Previous Topic: SoftwarePackageProcedureBootMask (bootAfterMask)Next Topic: SoftwarePackageProcedureBootMask


SoftwarePackageProcedureBootMask2 (bootAfterMask)

TheSoftwarePackageProcedureBootMask2 (bootAfterMask) sequence includes a series of flags that indicate the restart options for a software package procedure. This sequence also includes the functionality that helps you shut down a target computer after completion of the jobs.

xsd:boolean noReboot

Specifies not to restart the computer after completion of the job.

xsd:boolean reboot

Restarts the computer after completion of the job.

xsd:boolean logoff

(If set to true) Specifies that the user agent Logs off the user and the machine agent logs off all the users before the job starts.

xsd:boolean rebootAfterLast

Restarts the computer after completion of the last job in the container.

xsd:boolean logoffAfterLast

(If set to true) Specifies that the user agent logs off the user and the machine agent logs off all the users when the last job in the container completes.

xsd:boolean ShutdownAfterLast

(If set to true) Specifies that the target computer shuts down after completion of the last SD job.

Remarks

Only one flag may be set to true at a time.