Click or drag to resize

ActivityState Enumeration

Describes the state of an activity.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum ActivityState
Members
Member nameValueDescription
Started0 The activity has started, but is not yet complete.
Aborted1 The activity was aborted.
Completed2 The activity successfullly completed.
On3 The item/activity has switched ON
Off4 The item/activity has switched OFF
See Also