resumeJob
Restarts a paused job.
Syntax
Authorized User Types
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
Parameters
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.
Examples
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.
4e9b9d8c-5839-4215-aa35-01b652869681