IAPI::Sleep

method Sleep.

Sleeps running the current process or thread.

 

HRESULT Sleep(
  long milliSeconds
);

Parameters

milliSeconds

[in] . Any positive value

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI