dojo.require("esri.tasks.JobInfo")
Description
(Added at v1.0)
Represents information pertaining to the execution of an asynchronous GP task on the server. JobInfo has no constructor.
Samples
Search for
samples that use this class.
Constants
STATUS_CANCELLED | The job has been cancelled. |
STATUS_CANCELLING | The job is in the process of cancelling. |
STATUS_DELETED | The job has been deleted. |
STATUS_DELETING | The job is in the process of deleting. |
STATUS_EXECUTING | The job is being executed by job processor. |
STATUS_FAILED | The job execution has failed. |
STATUS_NEW | The job is new. |
STATUS_SUBMITTED | The job is submitted for execution. |
STATUS_SUCCEEDED | The job has completed successfully. |
STATUS_TIMED_OUT | The job execution has timed out. |
STATUS_WAITING | The job is waiting for available job processor. |
Properties
Property Details
The unique job ID assigned by ArcGIS Server.
The job status. Returned values are included in the Constants table.
An array of messages that include the message type and a description.