Microsoft Operations Manager |
The Sleepmethod suspends execution of the script for the specified number of seconds.
[VBScript] Utility.Sleep(Seconds Long)
None
The following example shows how to suspend the script for two seconds.
[VBScript]
Dim objUtil
Set objUtil = CreateObject("OpScrUtil.Utility")
objUtil.Sleep(2)
Set objUtil = Nothing
Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1
Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.