WorkOrderStatus Enumeration |
Indicates the current status of a Work Order
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum WorkOrderStatus
Public Enumeration WorkOrderStatus
MembersMember name | Value | Description |
---|
AwaitingApproval | 0 |
The Work Order has not yet been approved, and may not be scheduled or executed.
|
ApprovedAndPending | 1 |
THe Work Order has been approved, and is available to be scheduled or executed.
|
Scheduled | 2 |
THe Work Order has been scheduled for production, but is not yet executing.
|
InProcess | 3 |
The Work Order is currently being executed, and is in process.
|
Completed | 4 |
The Work Order has been completed.
|
Closed | 5 |
The Work Order has been closed.
|
OnHold | 6 |
The Work Order has been placed on hold. No work should occur on this order at this time.
|
Cancelled | 7 |
The Work Order has been cancelled.
|
See Also