 | RouteVisitStatus Enumeration |
Route visit status.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Route
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum RouteVisitStatus
Public Enumeration RouteVisitStatus
Members
| Member name | Value | Description |
---|
| NotSent | 0 |
The not sent
|
| Waiting | 1 |
The waiting
|
| Sent | 2 |
The sent
|
| Received | 3 |
The received
|
| Complete | 4 |
The complete
|
| Rejected | 5 |
The rejected
|
| CancelRequestOffice | 6 |
The cancel request office
|
| CancelConfirmed | 7 |
The cancel confirmed
|
| ForceResend | 8 |
The force resend
|
See Also