Skip to content

Interface: TransitionResult

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

Result of a state transition attempt.

Properties

changed

ts
changed: boolean;

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

Whether the FSM state actually changed


currentState

ts
currentState: string;

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

The FSM state after the transition


previousState

ts
previousState: string;

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

The FSM state before the transition