Skip to content
1 min read · 107 words

Interface: TurnGateClosedEvent

Defined in: src/lib/types/turn_runner.ts:193

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

Properties

PropertyTypeDescriptionDefined in
gateIdstringID of the gate that settled.src/lib/types/turn_runner.ts:195
result"aborted" | "resolved" | "rejected" | "timeout"How the gate settled.src/lib/types/turn_runner.ts:199
settledAtDateTimeWhen the gate settled.src/lib/types/turn_runner.ts:201
turnIdstringID of the turn that owned the gate.src/lib/types/turn_runner.ts:197