PipelineResultTypes Enum

Definition

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.

Applies to