What is the state configuration during onentry/exit is executed?
Andreas Gansen <[email protected]>
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <CAL4YH=NpxrjqCD0MN31Z8Q5Lx=g_MQ+NDXao_Un6NpCmbQjD9Q@mail.gmail.com> |
Hello, When we have S1 -> S2, we execute: onexit S1, T, onentry S2. My question is, are we already in S2 during execution of the entry handlers and are we still in S1 during onexit is running? Regards