Data Object - ConverterServerJobJobSpec

Property of
ConverterServerJobJob
Returned by
ConverterServerJobUpdateSpec
Extended by
ConverterServerJobAbstractConversionBasedJobSpec
Extends
DynamicData
Since
Converter API 2.0

Data Object Description

Properties

Name Type Description
description*xsd:string

A meaningful description of the job.
firstRun*xsd:dateTime

The time to run the first task for this job. This acts as a suggestion to the internal scheduler.

If not set then this indicates that the job should be run as soon as possible.


namexsd:string

The name of the job.
startSuspended*xsd:boolean

Determines the initial state of a job when it is initially created and registered in the system. If this is set to true then the just will be initialized and registered in the suspended state. Otherwise it will be initialized and registered in the active state. If not set then this is taken to be the same as setting it to "false".
Properties inherited from DynamicData
None
*Need not be set