CancelState
From
(Difference between revisions)
m (→Description) |
|||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | A list of possible cancel states a job can be in. All active or | + | 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 == | == Fields == |
Latest revision as of 02:15, 27 April 2005
[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 EService is awaiting the confirmation of cancellation message from the field worker. |
CANCELLED | String | The job has been cancelled. |