Process::WaitForInputIdle Method
.NET Framework (current version)
Causes the Process component to wait for the associated process to enter an idle state.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | WaitForInputIdle() | Causes the Process component to wait indefinitely for the associated process to enter an idle state. This overload applies only to processes with a user interface and, therefore, a message loop. |
![]() | WaitForInputIdle(Int32) | Causes the Process component to wait the specified number of milliseconds for the associated process to enter an idle state. This overload applies only to processes with a user interface and, therefore, a message loop. |
Show:
