Skip to content
1 min read · 91 words

Interface: TurnGateClosedEvent

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

Properties

PropertyTypeDescription
gateIdstringID of the gate that settled.
result"aborted" | "resolved" | "rejected" | "timeout"How the gate settled.
settledAtDateTimeWhen the gate settled.
turnIdstringID of the turn that owned the gate.