arch-android

//Android/br.com.arch.toolkit.android.statemachine/StateMachine/start

start

[android]
fun start()

Starts the state machine. This must be called after all states are added and initial configuration is set.

Throws

   
IllegalStateException If the machine is already started or if the initial state is not found.