ScriptContext.Sleep Method

Suspends the running of the script for the specified number of seconds.

 ScriptContext.Sleep(seconds As Long)

Parameters

  • seconds
    The number of seconds to pause the script.

Requirements

Platforms: Requires Windows 2000 or later

Version: Requires MOM 2005 or later

See Also

ScriptContext Object