Click or drag to resize

WorkOrderStatus Enumeration

Indicates the current status of a Work Order

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum WorkOrderStatus
Members
Member nameValueDescription
AwaitingApproval0 The Work Order has not yet been approved, and may not be scheduled or executed.
ApprovedAndPending1 THe Work Order has been approved, and is available to be scheduled or executed.
Scheduled2 THe Work Order has been scheduled for production, but is not yet executing.
InProcess3 The Work Order is currently being executed, and is in process.
Completed4 The Work Order has been completed.
Closed5 The Work Order has been closed.
OnHold6 The Work Order has been placed on hold. No work should occur on this order at this time.
Cancelled7 The Work Order has been cancelled.
See Also