WOStates Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The WOStates enumeration values specify the possible states for a work order.
'Declaration
Public Enum WOStates
Inherits System.Enum
public enum WOStates : System.Enum
| Member | Description |
|---|---|
| CLOSED | A work order that has been closed and so no further data can be captured for it. |
| COMPLETE | A work order for which all constituent jobs have been completed. |
| RELEASED | A work order that has been released but not yet started. |
| STARTED | A work order for which at least one job has been started. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.WOStates