TestimoX

API Reference

Class

ServiceProcessResult

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents the result of executing a service-related process.

Inheritance

  • Object
  • ServiceProcessResult

Constructors

public ServiceProcessResult() #

Properties

public Int32 ExitCode { get; set; } #

Exit code returned by the process.

public String StandardOutput { get; set; } #

Captured standard output.

public String StandardError { get; set; } #

Captured standard error.