Code indicating the current status of job. See Remarks for values.
Namespace:
ESRI.ArcGIS.VE(in ArcGISVE.exe)
Syntax
| JScript |
|---|
function get Status () : String |
Remarks
The possible values for Status are as follows.
| Constant | 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. |
