Interface: DispatchStartEvent
Defined in: lib/types/dispatch_runner.ts:283
Payload fired when a dispatch begins.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
dispatchId | string | Stable identifier for this dispatch (UUIDv6). | lib/types/dispatch_runner.ts:285 |
startedAt | DateTime | When the dispatch began. | lib/types/dispatch_runner.ts:287 |