com.onlineobject.objectnet Namespace

ActionExecutionMode Enumeration

Specifies the mode of execution for an action based on certain conditions.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum ActionExecutionMode

Members


Member nameDescription
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