Method of IApplication
Pauses execution for the specified time in milliseconds
Application.sleep(nMilliseconds);
==== Visual Basic Script ====
Application.sleep nMilliseconds
==== C++ ====
HRESULT hr = Application.sleep(nMilliseconds);
===== See Also ===== IApplication