Sys_PendingReboot
Description
The functions determines if the operating system has a pending reboot due to installed updates
Â
Syntax
Sys_PendingReboot() As Boolean
Â
Return value
Result will be stored in gbValue
Â
Example
VBScript
If bStatus Then bStatus = Sys_PendingReboot() If bStatus Then bStatus = Job_WriteLog("Custom", "gbValue: " & gbValue, bStatus, True)
Â