Job_ShutdownWS
Description
This will shut down the system after all jobs have been installed
Note: This function is only supported from computer context
Â
Syntax
Job_ShutdownWS() as Boolean
Â
Example
VBScript
If bStatus Then bStatus = Job_ShutdownWS()
Â