Properties

CurrentState

The current state of the state machine.

InStoppableState

Wheter the current state is a valid state for stopping the state machine.

CurrentStateExtraInfo

Additional state information text. Is shown in state machine tool instance state.

StartTime

The time where the state machine was started.

CurrentStateChangeTime

The time for the last state change.

CurrentStateEntryTime

The time when the entry handler for the current state was called.

LastIntervalTimerCalled

The time when the entry handler for the current state was called.

IsEnabled

Whether the state machine is currently enabled.

IsRunning

Whether the state machine is currently running (started and not stopped yet).

LastState

The last state before the current state of the state machine.