Interface: IterationEndEvent
Defined in: src/lib/types/dispatch_runner.ts:430
Payload fired at the end 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:432 |
durationMs | number | Duration in milliseconds. | src/lib/types/dispatch_runner.ts:440 |
endedAt | DateTime | When this iteration ended. | src/lib/types/dispatch_runner.ts:438 |
iteration | number | 0-based iteration index within the dispatch. | src/lib/types/dispatch_runner.ts:434 |
startedAt | DateTime | When this iteration began. | src/lib/types/dispatch_runner.ts:436 |