Click or drag to resize

ActivityState Enumeration

Describes the state of an activity.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
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