Previous Topic: SetSoftwareJob2Next Topic: SuspendSoftwareJobs


SetSoftwareJob3

The SetSoftwareJob3 method updates the properties of a software job.

Additionally, this method provides the functionality to shut down a target computer after completion of the jobs. The method takes the sequence SetSoftwareJobProperties3, which includes another sequence SoftwareJobBootMask3. The SoftwareJobBootMask3 sequence contains the option ShutdownAfterLast that lets you shut down the target computer after completion of the jobs.

This method also includes the functionality that helps you manage the custom administrator message. For the custom administrator message, the sequence SetSoftwareJobProperties3 includes two parameters: userMessage, which takes the message input from the user, and userMessageSupplied, which checks the presence of the userMessage field for the custom administrator message in SD.

Parameters

xsd:string sessionId (m)

Specifies the session ID obtained from the login to the web service.

xsd:string softwareJobId (m)

Specifies the UUID of the software job that you want to update.

SetSoftwareJobProperties3 setSoftwareJobProperties3 (m)

Specifies the properties that you must must update for the specified software job.

Return Values

This is a void method that does not expose a return value.

Remarks

None

More information:

SetSoftwareJobProperties3