Share via


CompilationJobStreamType Enum

Definition

StreamType enum represents the 6 types of Powershell Streams supported.

public enum CompilationJobStreamType
type CompilationJobStreamType = 
Public Enum CompilationJobStreamType
Inheritance
CompilationJobStreamType

Fields

Name Value Description
Any 0

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

Warning 1

Indicates Warning Record streams

Error 2

Indicates Error Record streams

Verbose 3

Indicates Verbose Record streams

Applies to