BuildMaster SDK Reference
Version:

ProcessExtensions Class

Contains process related extension methods.

Inheritance Hierarchy

  • object
    • Inedo.ProcessExtensions

Syntax

public class ProcessExtensions

Methods

Name Description
DelayUntilExitAsync(System.Diagnostics.Process process, int? timeout, System.Threading.CancellationToken cancellationToken)

Delays until the process has exited or the specified timeout has been reached.

DelayUntilExitAsync(System.Diagnostics.Process process, int? timeout)

Delays until the process has exited or the specified timeout has been reached.

DelayUntilExitAsync(System.Diagnostics.Process process, System.Threading.CancellationToken cancellationToken)

Delays until the process has exited.

DelayUntilExitAsync(System.Diagnostics.Process process)

Delays until the process has exited.