asume we have
stop: running -> stopping -> stopped
in the stop state
and from outside someone request the running state
Then we can reject this 2. request or wait until we reach stoppend and execute running afterwards
somehow we need a way to declare the termination handling
asume we have
stop: running -> stopping -> stopped
in the stop state
and from outside someone request the running state
Then we can reject this 2. request or wait until we reach stoppend and execute running afterwards
somehow we need a way to declare the termination handling