Previous Topic: CreateUnitGroupPropertiesNext Topic: SoftwareJobBootMask3 (bootAfterMask)


SoftwareJobBootMask (bootAfterMask)

A series of flags that indicate the reboot options for a software job.

xsd:boolean noReboot

Do not reboot the computer after the job has ended.

xsd:boolean reboot

Reboot the computer after the job has ended.

xsd:boolean logoff

If logoff is set to true, the user agent logs off the user, and the machine agent logs off all users before the job starts.

xsd:boolean rebootAfterLast

Reboot the computer when last job in the container has ended.

xsd:boolean logoffAfterLast

if logoffAfterLast is set to true, the user agent logs off the user and the machine agent logs off all users when the last job in the container has ended.

Remarks

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