WorkOrderActionState Enumeration |
** NOTE: ADDED in CFX 1.2 **
Describes the state of a work order action.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum WorkOrderActionState
Public Enumeration WorkOrderActionState
Members| Member name | Value | Description |
|---|
| Started | 0 |
The work order action has started, but is not yet complete.
|
| Aborted | 1 |
The work order action was aborted.
|
| Completed | 2 |
The work order action successfullly completed.
|
See Also