Class ProcessHelper
Inheritance
System.Object
ProcessHelper
Namespace: OpenMod.Core.Helpers
Assembly: OpenMod.Core.dll
Syntax
public static class ProcessHelper : object
Methods
| Improve this Doc View SourceWaitForExitAsync(Process, CancellationToken)
Declaration
public static Task WaitForExitAsync(this Process process, CancellationToken cancellationToken = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Process | process | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task |