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