Process.WaitForExit Method
.NET Framework 4
Sets the period of time to wait for the associated process to exit, and blocks the current thread of execution until the time has elapsed or the process has exited.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WaitForExit() | Instructs the Process component to wait indefinitely for the associated process to exit. |
|
WaitForExit(Int32) | Instructs the Process component to wait the specified number of milliseconds for the associated process to exit. |