Hide Table of Contents
esri
esri/arcgis
esri/dijit
esri/dijit/analysis
esri/dijit/geoenrichment
esri/dijit/geoenrichment/ReportPlayer
esri/geometry
esri/layers
esri/opsdashboard
esri/renderers
esri/symbols
esri/tasks
esri/tasks/datareviewer
esri/tasks/geoenrichment
esri/tasks/locationproviders
dojo.require("esri.tasks.JobInfo")
| Name | Description |
|---|---|
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. |
| Name | Type | Summary |
|---|---|---|
| jobId | String | The unique job ID assigned by ArcGIS Server. |
| jobStatus | String | The job status. |
| messages | GPMessage[] | An array of messages that include the message type and a description. |
String> jobIdString> jobStatusGPMessage[]> messages