actionAndMenu¶
Action¶
-
class
ORSServiceClass.actionAndMenu.action.Action(enterAction='', action='', exitAction='', actionDict=None)¶ Descriptor of an action.
Elements:
- enterAction (optional): string to be executed when the action starts
- action (optional): string to be executed when the action is activated
- exitAction (optional): string to be executed when the action ends