StateMachine.setState

Sets the #DzlStateMachine:state property.

Registered state transformations will be applied during the state transformation.

If the transition results in a cyclic operation, the state will stop at the last state before the cycle was detected.

class StateMachine
void
setState
(
string state
)

Meta