Actuate Information Delivery API data types : JobScheduleField
 
JobScheduleField
A simple data type describing fields upon which a search can be performed.
Schema
<xsd:simpleType name="JobScheduleField">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="JobName"/>
<xsd:enumeration value="Owner"/>
<xsd:enumeration value="JobType"/>
<xsd:enumeration value="Priority"/>
<xsd:enumeration value="NextStartTime"/>
<xsd:enumeration value="State"/>
<xsd:enumeration value="ParameterFileId"/>
</xsd:restriction>
</xsd:simpleType>
Elements
JobName
The name of the job.
Owner
The owner of the job.
JobType
*The type of job. Valid values are:
*RunReport
*PrintReport
*RunAndPrintReport
*ConvertReport
Priority
The job priority.
NextStartTime
The next time the job is scheduled to run. Applies only to scheduled jobs.
State
*The state of the job. Valid values are:
*Scheduled
*Pending
*Running
*Succeeded
*Failed
*Cancelled
*Expired
ParameterFileId
The parameter file ID. Exists only if the parameter file is specified.