CancelState
From
Description
A list of possible cancel states a job can be in. All active or completed jobs are considered to be in a "NOT_CANCELLED" state until a user actively attempts to cancel a job.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
NOT_CANCELLED | String | The job is active or completed, and there has been no attempt to cancel it. |
CANCEL_PENDING | String | An already dispatched job has been cancelled, and EService is awaiting the confirmation of cancellation message from the field worker. |
CANCELLED | String | The job has been cancelled. |