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