Skip to content
1 min read · 84 words

Interface: IterationStartEvent

Defined in: lib/types/dispatch_runner.ts:313

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

Properties

PropertyTypeDescriptionDefined in
dispatchIdstringStable identifier for the parent dispatch.lib/types/dispatch_runner.ts:315
iterationnumber0-based iteration index within the dispatch.lib/types/dispatch_runner.ts:317
startedAtDateTimeWhen this iteration began.lib/types/dispatch_runner.ts:319