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: 1.7.3
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