Interface: IterationStartEvent
Defined in: src/lib/types/dispatch_runner.ts:418
Payload fired at the start of each iteration within a dispatch.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
dispatchId | string | Stable identifier for the parent dispatch. | src/lib/types/dispatch_runner.ts:420 |
iteration | number | 0-based iteration index within the dispatch. | src/lib/types/dispatch_runner.ts:422 |
startedAt | DateTime | When this iteration began. | src/lib/types/dispatch_runner.ts:424 |