API reference › @evolu/common › Task › RunEventDataStateChanged
Defined in: packages/common/src/Task.ts:1935
The emitting Run changed state.
Extends
Typed<"StateChanged">
Properties
state
readonly state: RunState;
Defined in: packages/common/src/Task.ts:1937
The committed state.
type
readonly type: "StateChanged";
Defined in: packages/common/src/Type.ts:8883