//Android/br.com.arch.toolkit.android.statemachine/StateMachine/start
[android]
fun start()
Starts the state machine. This must be called after all states are added and initial configuration is set.
| Â | Â |
|---|---|
| IllegalStateException | If the machine is already started or if the initial state is not found. |