docs.inedo.com →
inedo.com →
Otter SDK Reference
Version:
1.5.0
1.3.0
1.1
Otter SDK
Inedo
ProcessExtensions
DelayUntilExitAsync(System.Diagnostics.Process)
DelayUntilExitAsync(System.Diagnostics.Process process) Method
Delays until the process has exited.
Syntax
public
static
System.Threading.Tasks.Task
DelayUntilExitAsync(
System.Diagnostics.Process
process)
Parameters
process
Type: System.Diagnostics.Process
The process.
Exceptions
System.ArgumentNullException
process
is
null
(
Nothing
in Visual Basic).