Process.WaitForInputIdle Method (System.Diagnostics)

Switch View :
ScriptFree
.NET Framework Class Library
Process.WaitForInputIdle Method

Causes the Process component to wait for the associated process to enter an idle state.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method 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.
Public method 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.
Top
See Also

Reference