Skip to content
1 min read · 93 words

Interface: IterationEndEvent

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

Properties

PropertyTypeDescription
dispatchIdstringStable identifier for the parent dispatch.
durationMsnumberDuration in milliseconds.
endedAtDateTimeWhen this iteration ended.
iterationnumber0-based iteration index within the dispatch.
startedAtDateTimeWhen this iteration began.