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
| Property | Type | Description | Defined in |
|---|---|---|---|
gateId | string | ID 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 |
settledAt | DateTime | When the gate settled. | lib/types/turn_runner.ts:200 |
turnId | string | ID of the turn that owned the gate. | lib/types/turn_runner.ts:196 |