Restarts a paused job.
Syntax
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
Input (resumeJobParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string |
Yes | The handle to the company with the job you want to restart. |
jobHandle | xsd:string |
Yes | The handle to the paused job. |
Output (resumeJobReturn)
The IPS API does not return a response for this operation.
This code sample restarts a paused job.
Request
<resumeJobParam xmlns="http://www.scene7.com/IpsApi/xsd">
<companyHandle>47</companyHandle>
<jobHandle>47|My Test Job|</jobHandle>
</resumeJobParam>
Response
None.