| Package | com.esri.ags.tasks |
| Class | public class JobInfo |
| Property | Defined by | ||
|---|---|---|---|
| jobId : String
The unique job ID assigned by ArcGIS Server.
| JobInfo | ||
| jobStatus : String
The job status.
| JobInfo | ||
| messages : Array
An array of messages that include the message type and a description.
| JobInfo | ||
| Constant | Defined by | ||
|---|---|---|---|
| STATUS_CANCELLED : String = "esriJobCancelled" [static]
The job has been cancelled.
| JobInfo | ||
| STATUS_CANCELLING : String = "esriJobCancelling" [static]
The job execution is been cancelled.
| JobInfo | ||
| STATUS_DELETED : String = "esriJobDeleted" [static]
The job has been deleted.
| JobInfo | ||
| STATUS_DELETING : String = "esriJobDeleting" [static]
The job execution is been deleted.
| JobInfo | ||
| STATUS_EXECUTING : String = "esriJobExecuting" [static]
The job is executing.
| JobInfo | ||
| STATUS_FAILED : String = "esriJobFailed" [static]
The job execution has failed.
| JobInfo | ||
| STATUS_NEW : String = "esriJobNew" [static]
New Job.
| JobInfo | ||
| STATUS_SUBMITTED : String = "esriJobSubmitted" [static]
The Job has been submitted.
| JobInfo | ||
| STATUS_SUCCEEDED : String = "esriJobSucceeded" [static]
The job has completed successfully.
| JobInfo | ||
| STATUS_TIMED_OUT : String = "esriJobTimedOut" [static]
The job execution has timed out.
| JobInfo | ||
| STATUS_WAITING : String = "esriJobWaiting" [static]
The Job is waiting.
| JobInfo | ||
| jobId | property |
public var jobId:StringThe unique job ID assigned by ArcGIS Server.
| jobStatus | property |
public var jobStatus:StringThe job status.
| messages | property |
public var messages:ArrayAn array of messages that include the message type and a description.
| STATUS_CANCELLED | constant |
public static const STATUS_CANCELLED:String = "esriJobCancelled"The job has been cancelled.
| STATUS_CANCELLING | constant |
public static const STATUS_CANCELLING:String = "esriJobCancelling"The job execution is been cancelled.
| STATUS_DELETED | constant |
public static const STATUS_DELETED:String = "esriJobDeleted"The job has been deleted.
| STATUS_DELETING | constant |
public static const STATUS_DELETING:String = "esriJobDeleting"The job execution is been deleted.
| STATUS_EXECUTING | constant |
public static const STATUS_EXECUTING:String = "esriJobExecuting"The job is executing.
| STATUS_FAILED | constant |
public static const STATUS_FAILED:String = "esriJobFailed"The job execution has failed.
| STATUS_NEW | constant |
public static const STATUS_NEW:String = "esriJobNew"New Job.
| STATUS_SUBMITTED | constant |
public static const STATUS_SUBMITTED:String = "esriJobSubmitted"The Job has been submitted.
| STATUS_SUCCEEDED | constant |
public static const STATUS_SUCCEEDED:String = "esriJobSucceeded"The job has completed successfully.
| STATUS_TIMED_OUT | constant |
public static const STATUS_TIMED_OUT:String = "esriJobTimedOut"The job execution has timed out.
| STATUS_WAITING | constant |
public static const STATUS_WAITING:String = "esriJobWaiting"The Job is waiting.