IWindowProvider.WaitForInputIdle(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Blocks the calling code for the specified time or until the associated process enters an idle state, whichever completes first.
public:
bool WaitForInputIdle(int milliseconds);
bool WaitForInputIdle(int const& milliseconds);
public bool WaitForInputIdle(int milliseconds);
function waitForInputIdle(milliseconds)
Public Function WaitForInputIdle (milliseconds As Integer) As Boolean
Parameters
- milliseconds
-
Int32
int
The amount of time, in milliseconds, to wait for the associated process to become idle.
Returns
Boolean
bool
true if the window has entered the idle state; false if the timeout occurred.