CompilationLoader.Status Enum
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.
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. |