Sleep Method (ScriptHostInterface)
Delays execution for the specified number of milliseconds.
'Declaration
Public Shared Function Sleep( _
ByVal As Integer _
) As Boolean
public static bool Sleep(
int
)
public:
static bool Sleep(
int
)
Parameters
- timeoutMS
- The number of milliseconds to sleep.
Return Value
True if the wait period elapsed, or False if the script/step/job was aborted before the wait elapsed.