Skip to content
1 min read · 111 words

Interface: IterationEndEvent

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

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

Properties

PropertyTypeDescriptionDefined in
dispatchIdstringStable identifier for the parent dispatch.lib/types/dispatch_runner.ts:327
durationMsnumberDuration in milliseconds.lib/types/dispatch_runner.ts:335
endedAtDateTimeWhen this iteration ended.lib/types/dispatch_runner.ts:333
iterationnumber0-based iteration index within the dispatch.lib/types/dispatch_runner.ts:329
startedAtDateTimeWhen this iteration began.lib/types/dispatch_runner.ts:331