Interface: IterationEndEvent
Defined in: lib/types/dispatch_runner.ts:325
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. | lib/types/dispatch_runner.ts:327 |
durationMs | number | Duration in milliseconds. | lib/types/dispatch_runner.ts:335 |
endedAt | DateTime | When this iteration ended. | lib/types/dispatch_runner.ts:333 |
iteration | number | 0-based iteration index within the dispatch. | lib/types/dispatch_runner.ts:329 |
startedAt | DateTime | When this iteration began. | lib/types/dispatch_runner.ts:331 |