You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Entry/Exit actions. Actions are member functions of a class.
419
+
- Entry/Exit actions. Actions are member functions of an interface/class.
412
420
413
421
void (Fsm::ImplPtr)()
414
422
415
-
- Transition actions. The signature allows to use class/interface member functions as actions. The argument "event" may be useful in actions because the action may depend on the event type or attributes of the event.
423
+
- Transition actions. Actions are member functions of an interface/class.
0 commit comments