CommandOutputType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the source of the output.
[System.Runtime.InteropServices.ComVisible(true)]
public enum CommandOutputType
type CommandOutputType =
Public Enum CommandOutputType
- Inheritance
-
CommandOutputType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Output | 0 | The output was generated by the command (captured from standard output or standard error). This enumeration member represents a value of 0. |
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. |
Eof | 2 | There is no more output to receive. This enumeration member represents a value of 2. |