[]
Causes the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first.
bool WaitForInputIdle(int milliseconds)
Function WaitForInputIdle(milliseconds As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | milliseconds |
| Type | Description |
|---|---|
| bool | true if the window has entered the idle state; false if the timeout occurred |