IStartedProcess.WaitForExit method
Waits for the process to exit.
public bool WaitForExit(int milliseconds)
| parameter | description |
|---|---|
| milliseconds | The timeout in milliseconds. |
Return Value
True if the process exited within the timeout.
See Also
- interface IStartedProcess