Data Object - ConverterServerJobJobInfo

Property of
ConverterServerJobJob
Extended by
ConverterServerConversionConversionJobInfo
Extends
DynamicData
See also
ConverterTask, LocalizedMethodFault
Since
Converter API 2.0

Data Object Description

Struture to hold information about a job.

Properties

Name Type Description
activeTask*ManagedObjectReference
to a ConverterTask

Set to the currently executing task for this job. If not set then there is no active task for the job.
creationTimexsd:dateTime

Time at which this job was created.
keyxsd:string

The persistence identifier for the job. Guaranteed to be unique for all jobs on the system.
lastModifiedTimexsd:dateTime

The last time at which the spec for this job was modified in any way.
lastRunCompleteTime*xsd:dateTime

If set, then the time at which the last run of this job was completed. This is recorded whether or not the run was successful. If not set, then no run for this job has been completed in the past; however the first run may be ongoing if lastRunStartTime is set.
lastRunStartTime*xsd:dateTime

If set, then the time at which the last run of this job was started. This is recorded whether or not the run was successful. If not set, then no run for this job has been done in the past; it is still awaiting its first run to be scheduled according to its firstRun setting.
mostRecentError*LocalizedMethodFault

The most recent error occuring for this job. Used to indicate a job's error state.
nextRunStartTime*xsd:dateTime

Set if there is a scheduled task run for the job. If the task is scheduled to run immediately, this is the time of job creation. If not set then there are no tasks scheduled.

Since Converter API 3.0
numConsecutiveErrorsxsd:int

The number of consecutive errors when attempting to run this job. This is only valid if mostRecentError is set. A job may transfer to the suspended state if the number of consecutive errors hits a pre-configured limit.
ownerxsd:string

Name of user who created (and thus owns) this task. The is currently no way for a client to change this.
statexsd:string

Specifies the current state of the job. This should be a stringized value from the JobInfo.State enumeration.
Properties inherited from DynamicData
None
*Need not be set