Variable SYSTEM_EVENT_TYPESConst
SYSTEM_EVENT_TYPES: {
AGENT_ERROR: "agent.error";
AGENT_LOG: "agent.log";
BROKER_ERROR: "broker.error";
DEVBOX_FAILED: "devbox.failed";
DEVBOX_RUNNING: "devbox.running";
DEVBOX_SHUTDOWN: "devbox.shutdown";
DEVBOX_SUSPENDED: "devbox.suspended";
TURN_COMPLETED: "turn.completed";
TURN_STARTED: "turn.started";
} = ...
Type Declaration
ReadonlyAGENT_ERROR: "agent.error"
ReadonlyAGENT_LOG: "agent.log"
ReadonlyBROKER_ERROR: "broker.error"
ReadonlyDEVBOX_FAILED: "devbox.failed"
ReadonlyDEVBOX_RUNNING: "devbox.running"
ReadonlyDEVBOX_SHUTDOWN: "devbox.shutdown"
ReadonlyDEVBOX_SUSPENDED: "devbox.suspended"
ReadonlyTURN_COMPLETED: "turn.completed"
ReadonlyTURN_STARTED: "turn.started"
Known system event type strings emitted by the Axon broker. Use these instead of raw string literals for type-safe matching.