Skip to content
1 min read · 107 words

Interface: TurnGateClosedEvent

Defined in: lib/types/turn_runner.ts:192

Payload emitted when a @nhtio/adk!TurnGate settles (resolved, rejected, aborted, or timed out).

Properties

PropertyTypeDescriptionDefined in
gateIdstringID of the gate that settled.lib/types/turn_runner.ts:194
result"aborted" | "resolved" | "rejected" | "timeout"How the gate settled.lib/types/turn_runner.ts:198
settledAtDateTimeWhen the gate settled.lib/types/turn_runner.ts:200
turnIdstringID of the turn that owned the gate.lib/types/turn_runner.ts:196