Class CancellingState

A state of an FSM. A cancelling state cancels the FSM of a user interaction.

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