JobEvent
A complex data type that represents the information pertaining to a job type event.
Schema
<xsd:complexType name="JobEvent">
<xsd:sequence>
<xsd:element name="JobId" type="xsd:string" />
<xsd:element name="JobName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="JobStatus" type="typens:ArrayOfString"
minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Elements
JobId
The ID of the job.
JobName
The job name.
JobStatus
The job status.