CCPEntities.DispatchItemStatus
Summary
No summary yetValues
| Name | Summary |
|---|---|
| Idle | Idle state, none of the other states apply (which should never occur) |
| Pending | The dispatch item is pending, waiting for a response from the dispatch receiver |
| Accepted | Final state: The dispatch item has been accepted by the dispatch receiver |
| Rejected | Final state: The dispatch item has been rejected by the dispatch receiver |
| Timeout | Final state: The dispatch receiver did not respond in time |
| Canceled | Final state: The dispatch item has been withdrawn by the dispatch sender |
Used by
| Name |
|---|
| Entity type: DispatchItem |