Skip to content
1 min read · 111 words

Interface: IterationEndEvent

Defined in: src/lib/types/dispatch_runner.ts:430

Payload fired at the end of each iteration within a dispatch.

Properties

PropertyTypeDescriptionDefined in
dispatchIdstringStable identifier for the parent dispatch.src/lib/types/dispatch_runner.ts:432
durationMsnumberDuration in milliseconds.src/lib/types/dispatch_runner.ts:440
endedAtDateTimeWhen this iteration ended.src/lib/types/dispatch_runner.ts:438
iterationnumber0-based iteration index within the dispatch.src/lib/types/dispatch_runner.ts:434
startedAtDateTimeWhen this iteration began.src/lib/types/dispatch_runner.ts:436