BuildMaster SDK Reference
Version:

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).