This topic has not yet been rated - Rate this topic

Process.WaitForInputIdle Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.