Previous Topic: DeleteSoftwareJobsInComputerByNameNext Topic: GetSoftwareJob


FindSoftwareJob

The FindSoftwareJob method finds a software job given its procedure ID and install procedure ID.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageInstallProcedureId (m)

The UUID identifying the install procedure that it used for the job to be found.

xsd:string softwarePackageProcedureId (m)

The UUID identifying the procedure that is used for the job to be found.

Return Values

xsd:string softwareJobId

If a software job was found successfully, the UUID of the software job will be returned.

xsd:string softwareJobContainerId

If a software job was found successfully and that job is part of a job container, the UUID of the job's container will be returned.

Remarks

None