/
Sys_Sleep
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
Related content
Scripting Library
Scripting Library
Read with this
Sys_Sleep
More like this
File_ExistFile
File_ExistFile
Read with this
Sys_Sleep
More like this
Sys_Sleep
More like this
Sys_WaitForMaxNumberOfProcesses
Sys_WaitForMaxNumberOfProcesses
More like this