Module apply_activation_action

Structsยง

ACTIVATION_PATH_PROPERTY
The activation path from the Activity Host, which is set as the target of this action, to the Activity node you want to activate. The activation path contains only the Activity nodes and the Activity Hosts nodes.
ACTIVITY_HOST_PATH_PROPERTY
Path to the Activity Host node of the activated Activity node.
ActionBase
Base abstraction class for Action classes. See: Action, ApplyAction.
ApplyAction
Base abstraction for Actions for DataTrigger, such as ForwardingApplyAction and ApplyActivationAction. An ApplyAction applies the changes described in the Action on apply(), and reverts them on unapply().
ApplyActivationAction
An ApplyActivationAction keeps an Activity node activated for as long as the condition is met in a DataTrigger that contains this action. When the trigger condition is no longer met, Kanzi rolls back the state of the Activity node to the state before the action was applied. Use the ApplyActivationAction only with a DataTrigger.