Status |
public enum StatusTypes
Member name | Value | Description |
---|---|---|
Requested | 0 | Describe the status as requested |
Approved | 1 | Describe the status as approved |
Denied | 2 | Describe the status as denied |
PartiallyAppoved | 3 | Describe the status as partially appoved |
CancellationRequested | 4 | Describe the status as cancellation requested |
CancellationApproved | 5 | Describe the status as cancellation approved |
CancellationPartiallyApproved | 6 | Describe the status as cancellation partially appoved |
CancellationDenied | 7 | Describe the status as cancellation denied |