Click or drag to resize

WorkOrderActionState Enumeration

** NOTE: ADDED in CFX 1.2 **

Describes the state of a work order action.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum WorkOrderActionState
Members
Member nameValueDescription
Started0 The work order action has started, but is not yet complete.
Aborted1 The work order action was aborted.
Completed2 The work order action successfullly completed.
See Also