You can already achieve a similar result by putting your entire state machine in a submachine (tipically a local state machine) and then provide the outer state machine with a transition that stops the FSM.
You can already achieve a similar result by putting your entire state machine in a submachine (tipically a local state machine) and then provide the outer state machine with a transition that stops the FSM.