Skip to content
1 min read · 63 words

Interface: DispatchStartEvent

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

Payload fired when a dispatch begins.

Properties

PropertyTypeDescriptionDefined in
dispatchIdstringStable identifier for this dispatch (UUIDv6).src/lib/types/dispatch_runner.ts:390
startedAtDateTimeWhen the dispatch began.src/lib/types/dispatch_runner.ts:392