TestimoX

API Reference

Class

ServiceProcessResult

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents the result of executing a service-related process.

Inheritance

  • Object
  • ServiceProcessResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.