Member Junction
    Preparing search index...

    Result of a version compatibility check.

    interface VersionCheckResult {
        AlreadyAtTarget?: boolean;
        Compatible: boolean;
        Message?: string;
    }
    Index

    Properties

    AlreadyAtTarget?: boolean

    True when target version equals the installed version — no work needed

    Compatible: boolean

    Whether the version is compatible

    Message?: string

    Human-readable explanation if incompatible