Skip to content
1 min read · 84 words

Interface: IterationStartEvent

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

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

Properties

PropertyTypeDescriptionDefined in
dispatchIdstringStable identifier for the parent dispatch.src/lib/types/dispatch_runner.ts:420
iterationnumber0-based iteration index within the dispatch.src/lib/types/dispatch_runner.ts:422
startedAtDateTimeWhen this iteration began.src/lib/types/dispatch_runner.ts:424