Sys_Sleep
Description
Makes Job wait in a number of specified seconds.
Â
Syntax
Sys_Sleep(iSeconds) As Boolean
Â
Parameters
iSeconds (Integer)
Seconds to wait
Â
Example
VBScript
If bStatus Then bStatus = Sys_Sleep(60)
Â
Related functions
Sys_WaitForProcess Sys_KillProcess Sys_GetProcessOwner Sys_ExistProcess Sys_CompareProcessOwner