PipelineResultTypes
Enum
Definition
Enum defining the types of streams coming out of a pipeline
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum PipelineResultTypes
- Inheritance
-
PipelineResultTypes
- Attributes
Fields
| All | All streams |
| Debug | Debug information stream |
| Error | Error output |
| Information | |
| None | Default streaming behavior |
| Null | Redirect to nothing. |
| Output | Success output |
| Verbose | Verbose information stream |
| Warning | Warning information stream |