WoScheduleOptions Enumeration |
Used by WoScheduleRoutine command to specify scheduling options for the Work Order.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
[FlagsAttribute]
public enum WoScheduleOptions
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration WoScheduleOptions
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
None | 1 | |
SkipWarranty | 2 | |
SkipScheduling | 4 | |
SkipFinancial | 8 | |
SkipPTE | 16 | |
SkipDueDate | 32 | |
SkipOnSiteBy | 64 | |
SkipAcknowledgeBy | 128 | |
See Also