Class: JobInfoE-mail This Topic Printable Version Give Us Feedback

Description

Represents information pertaining to the execution of an asynchronous GP task on the server. JobInfo has no constructor.

Class hierarchy

esri.tasks.JobInfo

Properties

Property Type Description
jobId String The unique job ID assigned by ArcGIS Server.
jobStatus String The job status. Returned values are included in the Constants table.
messages GpMessage[] An array of messages that include the message type and a description.

Constants

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.
Properties Detail

<String> jobId

The unique job ID assigned by ArcGIS Server.

<String> jobStatus

The job status. Returned values are included in the Constants table.

<GpMessage[]> messages

An array of messages that include the message type and a description.