State

T IStateMachine.State { get; set; }

Gets or sets the state of the state machine.

Value

T – State of the state machine.

Throws