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.
ConstantDescription
STATUS_CANCELLEDThe job has been cancelled.
STATUS_CANCELLINGThe job is in the process of cancelling.
STATUS_DELETEDThe job has been deleted.
STATUS_DELETINGThe job is in the process of deleting.
STATUS_EXECUTINGThe job is being executed by job processor.
STATUS_FAILEDThe job execution has failed.
STATUS_NEWThe job is new.
STATUS_SUBMITTEDThe job is submitted for execution.
STATUS_SUCCEEDEDThe job has completed successfully.
STATUS_TIMED_OUTThe job execution has timed out.
STATUS_WAITINGThe job is waiting for available job processor.

See Also