ActionExecutionMode Enumeration
Specifies the mode of execution for an action based on certain conditions.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
| Member name | Description | |
|---|---|---|
| OnBecameTrue | Executes the action when the condition becomes true. | |
| OnBecameFalse | Executes the action when the condition becomes false. | |
| OnTransition | Executes the action when the condition transitions from true to false or vice versa. | |
| Continuous | Executes the action continuously when condition is true |

