Sleeps the program for the interval given by an ActiveX Date value (typically a fraction of a day).
Util.WaitFor(TimeVal)
The method syntax has these parts:
Part | Description |
---|---|
TimeVal (Date) | the length of time to sleep |
Return (Nothing) | Does not return a value. |
Loops, first putting the calling Win32 process to sleep, totally freezing it for 100 milliseconds, then pumps events so the script or program calling it will receive its normal flow of events.