JobNotice
A complex data type that describes a job notice.
Schema
<xsd:complexType name="JobNotice">
<xsd:all>
<xsd:element name="JobId" type="xsd:string" minOccurs="0"/>
<xsd:element name="JobName" type="xsd:string" minOccurs="0"/>
<xsd:element name="Headline" type="xsd:string"
minOccurs="0"/>
<xsd:element name="JobState" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Succeeded"/>
<xsd:enumeration value="Failed"/>
<xsd:enumeration value="Cancelled"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="CompletionTime" type="xsd:dateTime"
minOccurs="0"/>
<xsd:element name="ActualOutputFileName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="OutputFileName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="OutputFileVersionName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ActualOutputFileSize"
type="xsd:unsignedLong"minOccurs="0"/>
<xsd:element name="ActualOutputFileId" type="xsd:string"
minOccurs="0"/>
<xsd:element name="NotifiedUserId" type="xsd:string"
minOccurs="0"/>
<xsd:element name="NotifiedUserName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="NotifiedChannelId" type="xsd:string"
minOccurs="0"/>
<xsd:element name="NotifiedChannelName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="OutputFileVersion" type="xsd:long"
minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Elements
JobId
The job ID.
JobName
The name of the job.
Headline
The job headline.
JobState

The state of the job. Valid values are:

Succeeded

Failed

Cancelled
CompletionTime
The time the job is completed.
ActualOutputFileName
The output file name that the BIRT iHub generated.
OutputFileName
The output file name.
OutputFileVersionName
The output file version name.
ActualOutputFileSize
The size of the output file.
ActualOutputFileId
The output file ID that the BIRT iHub generated.
NotifiedUserId
The ID of the user who received the notice.
NotifiedUserName
The name of the user who received the notice.
NotifiedChannelId
The ID of the channel that received the notice.
NotifiedChannelName
The name of the channel that received the notice.
OutputFileVersion
The output file version number.