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.
|
creationTime | xsd:dateTime |
Time at which this job was created.
|
key | xsd:string |
The persistence identifier for the job. Guaranteed to be unique for all jobs
on the system.
|
lastModifiedTime | xsd: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
|
numConsecutiveErrors | xsd: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.
|
owner | xsd:string |
Name of user who created (and thus owns) this task. The is currently no way
for a client to change this.
|
state | xsd:string |
Specifies the current state of the job. This should be a stringized value from
the JobInfo.State enumeration.
|
Properties inherited from DynamicData |
None |