The JobInfo type exposes the following members.

Constructors

NameDescription
JobInfo
Initializes a new instance of the JobInfo class

Properties

NameDescription
JobId
ID of geoprocessing job. Each job is assigned a unique ID, so that this value may be used to check the status and retrieve results.
Messages
Array of messages returned from geoprocessing operation. Each message has a type and a description.
Status
Code indicating the current status of job. See Remarks for values.

See Also