Method | Description | |
---|---|---|
WaitForExitAsync ( this process, |
Waits asynchronously for the process to exit.
|
public static WaitForExitAsync ( this process, |
||
process | this | The process to wait for cancellation. |
cancellationToken | A cancellation token. If invoked, the task will return /// immediately as canceled and the process will be killed. | |
return | Task |