CancelState
From
(Difference between revisions)
Latest revision as of 18:39, 21 February 2019
[edit] 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.
[edit] 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 Yiguirro is awaiting the confirmation of cancellation message from the field worker. |
CANCELLED | String | The job has been cancelled. |