Process.WaitForInputIdle Method
.NET Framework 3.0
Causes the Process component to wait for the associated process to enter an idle state.
| Name | Description |
|---|---|
| Process.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. |
| Process.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. |