Graphorin API reference v0.13.8
Graphorin API reference / @graphorin/server / / RunActivityEvent
Interface: RunActivityEvent
Defined in: packages/server/src/runtime/run-state.ts:123
Stable
Activity event emitted by the tracker's optional listener: run-start when a run enters running, run-end on the first terminal transition.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
kind | readonly | "run-start" | "run-end" | packages/server/src/runtime/run-state.ts:124 |
runKind | readonly | RunKind | packages/server/src/runtime/run-state.ts:125 |