CompilationLoader.Status Enum

Definition

used to indicate the status of individual compilation steps

public enum CompilationLoader.Status
type CompilationLoader.Status = 
Public Enum CompilationLoader.Status
Inheritance
CompilationLoader.Status

Fields

Failed 1

Indicates that a compilation step executed but failed.

NotRun -1

Indicates that a compilation step has not been executed.

Succeeded 0

Indicates that a compilation step successfully executed.

Applies to