BuildMaster SDK Reference
Version:

ProviderBase.ProcessResults Class

Contains information about a process.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.Providers.ProviderBase.ProcessResults

Syntax

public class ProviderBase.ProcessResults

Constructors

Name Description
.ProcessResults

Properties

Name Description
Error

Gets or sets the lines written to the error stream of the process.

ExitCode

Gets or sets the process exit code.

Output

Gets or sets the lines written to the output stream of the process.