 | DeviceWorkItemStatusTypePartialEnum Enumeration |
PartialDeviceWorkItemStatusType Enum
Namespace:
AMCS.Elemos.IntegrationService.Entity.Vehicle
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum DeviceWorkItemStatusTypePartialEnum
Public Enumeration DeviceWorkItemStatusTypePartialEnum
Members
| Member name | Value | Description |
---|
| Awaiting | 1 |
The awaiting
|
| Transmitted | 2 |
The transmitted
|
| Received | 3 |
The received
|
| OnRoute | 4 |
The on route
|
| OnSite | 5 |
The on site
|
| Disposal | 6 |
The disposal
|
| Completed | 7 |
The completed
|
See Also