StreamType Enum

Definition

StreamType enum represents the 6 types of Powershell Streams supported.

public enum StreamType
type StreamType = 
Public Enum StreamType
Inheritance
StreamType

Fields

Any 0

Indicates Generic stream. Used for querying all the streams regardless of the type.

Debug 5
Error 4

Indicates Error Record streams

Output 2

Indicates Output Record streams

Progress 1

Indicates Progress Record streams

Verbose 6

Indicates Verbose Record streams

Warning 3

Indicates Warning Record streams

Applies to