Status vs State

gen_fsm uses state just because its a state-machine implementation.
But that does not mean that state has to be “a short term”.
If you look at UML Statemachines for example, you have extended state also. (Not “(extended) status”).

1 Like