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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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