ControllerActions
class ControllerActions
ControllerActions is a controller's container for cyclic code that runs outside the statemachine: a one-time init hook and hooks that run before and after the states each cycle, plus not-exist behaviour. Controllers without a statemachine, such as I/O and driver controllers, do their whole job here.
Abstract
Each controller has ControllerActions. These can be implemented without independently of the state machine
class ControllerActions extends Resource
Create an action in a controller
Overwrite an action of an extended controller
- create an acontroller action

- Choose the type of psoition (PosInheritedAction_overwrite).

- Select the action to overwrite.


