Interface: IterationStartEvent
Defined in: lib/types/dispatch_runner.ts:313
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. | lib/types/dispatch_runner.ts:315 |
iteration | number | 0-based iteration index within the dispatch. | lib/types/dispatch_runner.ts:317 |
startedAt | DateTime | When this iteration began. | lib/types/dispatch_runner.ts:319 |