Skip to content

Interface: TransitionResult

Defined in: packages/core/src/fsm/StateMachineGate.ts:129

Result of a state transition attempt.

Properties

changed

ts
changed: boolean;

Defined in: packages/core/src/fsm/StateMachineGate.ts:131

Whether the FSM state actually changed


currentState

ts
currentState: string;

Defined in: packages/core/src/fsm/StateMachineGate.ts:135

The FSM state after the transition


previousState

ts
previousState: string;

Defined in: packages/core/src/fsm/StateMachineGate.ts:133

The FSM state before the transition