Enum EmbeddedCodePreparationStatus
- Namespace
- Utils.Parser.EmbeddedCode
- Assembly
- Utils.Parser.dll
Identifies the outcome category returned by embedded-code preparation.
public enum EmbeddedCodePreparationStatus
- Extension Methods
Fields
CompilationFailed = 3The configured preparation path attempted compilation and failed.
CompilerNotConfigured = 2The requested preparation path requires a compiler that was not configured.
PreservedNotCompiled = 4The source was intentionally preserved as metadata without compilation.
Succeeded = 0Preparation succeeded and produced an artifact.
Unsupported = 1The embedded-code construct or requested preparation path is not supported.