CommandOutputType Enum

Definition

Defines the source of the output.

[System.Runtime.InteropServices.ComVisible(true)]
public enum CommandOutputType
type CommandOutputType = 
Public Enum CommandOutputType
Inheritance
CommandOutputType
Attributes

Fields

Eof 2

There is no more output to receive. This enumeration member represents a value of 2.

Error 1

The output is an error message string that was generated when the job that contains the command failed. This enumeration member represents a value of 1.

Output 0

The output was generated by the command (captured from standard output or standard error). This enumeration member represents a value of 0.

Applies to