Class TerminalState

An FSM state. A terminal state ends normally an FSM.

Type Param: E

The type of events the FSM processes.

Hierarchy

Implements

Constructors

Properties

fsm: FSM

The FSM that contains the state.

name: string

The name of the state.

Methods

  • Actions done while entering this state.

    Returns void

    Throws

    CancelFSMException If entering the state leads to a cancelling of the FSM execution.

Generated using TypeDoc