Member Junction
    Preparing search index...

    Result of the preflight phase.

    PreflightPhase.Run

    interface PreflightResult {
        DetectedOS: "linux" | "windows" | "macos" | "other";
        Diagnostics: Diagnostics;
        Passed: boolean;
    }
    Index

    Properties

    DetectedOS: "linux" | "windows" | "macos" | "other"

    Detected operating system, used by PlatformCompatPhase for script patching.

    Diagnostics: Diagnostics

    Aggregated diagnostic checks (pass, fail, warn, info).

    Passed: boolean

    Whether all hard-failure checks passed. If false, the install should not proceed.