IJob Interface

Provides access to properties of job.

Members

Name Description
Read/write property JobDefinition Job definition.
Read-only property JobDirectory Job directory.
Read-only property JobID Job id.
Read/write property JobInfo Job info.
Read/write property JobMessages Job messages.
Read/write property JobResults Job results.
Read/write property JobStatus Job status.

IJob.JobDefinition Property

Job definition.

Public Property JobDefinition As IJobDefinition
public IJobDefinition JobDefinition {get; set;}

IJob.JobDirectory Property

Job directory.

Public ReadOnly Property JobDirectory As String
public string JobDirectory {get;}

IJob.JobID Property

Job id.

Public ReadOnly Property JobID As String
public string JobID {get;}

IJob.JobInfo Property

Job info.

Public Property JobInfo As IJobInfo
public IJobInfo JobInfo {get; set;}

IJob.JobMessages Property

Job messages.

Public Property JobMessages As IJobMessages
public IJobMessages JobMessages {get; set;}

IJob.JobResults Property

Job results.

Public Property JobResults As IJobResults
public IJobResults JobResults {get; set;}

IJob.JobStatus Property

Job status.

Public Property JobStatus As esriJobStatus
public esriJobStatus JobStatus {get; set;}

Classes that implement IJob

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.