Skip to content

Job\_RebootWS

Reboot workstation. In order for this function to work properly the script needs to be executed by an Agent that can do the actual reboot

Note: This function is only supported from computer context

Job_RebootWS(sMsg) As Boolean

sMsg (String)

Message to show user before reboot

VBScript

If bStatus Then bStatus = Job_RebootWs("Reboot needed in order to complete installation")

Scripting Guidelines