Work Order Statuses applicable for Work Order Actions commands.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum WOStatus
<SerializableAttribute>
Public Enumeration WOStatus
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Unknown | 0 | |
Open | 1 | |
Paused | 2 | |
Cancelled | 3 | |
New | 4 |
Waiting For Pickup
|
OnHold | 5 | |
InProgress | 6 | |
Completed | 7 | |
See Also