WorkOrderStatus Enumeration |
A enumeration indicating the status of a
WorkOrder
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum WorkOrderStatus
Public Enumeration WorkOrderStatus
public enum class WorkOrderStatus
Members
| Member name | Value | Description |
---|
| Open | 0 |
The order is open and active.
|
| Closed | 1 |
The order has been closed.
|
| OnHold | 2 |
The order has been placed on-hold.
|
See Also