Actuate Information Delivery API operations : CancelJob
 
CancelJob
Terminates a job.
Request schema
<xsd:complexType name="CancelJob">
<xsd:sequence>
<xsd:element name="JobId" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
Request elements
JobId
The id of the job to be cancelled.
Response schema
<xsd:complexType name="CancelJobResponse">
<xsd:sequence>
<xsd:element name="Status" type="typens:CancelJobStatus" />
<xsd:element name="ErrorDescription" type="xsd:string"
minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Response elements
Status
The status of the cancelled job.
ErrorDescription
An error message regarding the cancelled job.