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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum WorkOrderActionState
Public Enumeration WorkOrderActionState
MembersMember 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