Table of Contents

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 = 3

The configured preparation path attempted compilation and failed.

CompilerNotConfigured = 2

The requested preparation path requires a compiler that was not configured.

PreservedNotCompiled = 4

The source was intentionally preserved as metadata without compilation.

Succeeded = 0

Preparation succeeded and produced an artifact.

Unsupported = 1

The embedded-code construct or requested preparation path is not supported.