9.8. Adding Execution Delays
The WaitSecs method can be used to wait for the specified number of seconds.
Exhibit 9.15. IDL Definition of method to adding execution delays
HRESULT WaitSecs ([in] UINT n_waitseconds);
|
Exhibit 9.16. Example usage of method to adding execution delays (VBScript)