PipelineResultTypes 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.
Enum defining the types of streams coming out of a pipeline.
This enumeration supports a bitwise combination of its member values.
public enum class PipelineResultTypes
[System.Flags]
public enum PipelineResultTypes
[<System.Flags>]
type PipelineResultTypes =
Public Enum PipelineResultTypes
- Inheritance
-
PipelineResultTypes
- Attributes
Fields
All | 7 | All streams. |
Debug | 5 | Debug information stream. |
Error | 2 | Error output. |
Information | 6 | Information information stream. |
None | 0 | Default streaming behavior. |
Null | 8 | Redirect to nothing. |
Output | 1 | Success output. |
Verbose | 4 | Verbose information stream. |
Warning | 3 | Warning information stream. |