SetState

virtual void IStateMachine::SetState(T state) = 0

Sets the state of the state machine.

Parameters

state – State of the state machine.

Throws