CompilationLoader.Success Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the overall success of all compilation steps. The compilation is indicated as having been successful if all steps that were configured to execute completed successfully.
public bool Success { get; }
member this.Success : bool
Public ReadOnly Property Success As Boolean