start From
Starts machine from particular state
suspend fun StateMachine.startFrom(state1: IState, state2: IState, vararg states: IState, argument: Any? = null)
Vararg overload for targeting multiple states
Allows to target multiple states (they must be parallel state sub-children). Implemented by targetParallelStates