Member Junction
    Preparing search index...

    Result of the codegen phase.

    CodeGenPhase.Run

    interface CodeGenResult {
        ArtifactsVerified: boolean;
        RetryUsed: boolean;
        Success: boolean;
    }
    Index

    Properties

    ArtifactsVerified: boolean

    Whether all artifacts were verified (both critical and secondary).

    RetryUsed: boolean

    Whether a full rebuild + retry was needed to produce artifacts.

    Success: boolean

    Whether codegen completed successfully (exited 0 and critical artifacts exist).