Coal LLC - v1.0.0
    Preparing search index...

    Interface IHealthCheckSessionState

    interface IHealthCheckSessionState {
        lastFullRun?: number;
        loadingModFiles: number[];
        modFiles: Record<number, IModFileInfo[]>;
        results: { [checkId: string]: IHealthCheckResult };
        runningChecks: string[];
    }
    Index

    Properties

    lastFullRun?: number

    Timestamp of the last full health check run

    loadingModFiles: number[]

    Mod IDs currently being fetched

    modFiles: Record<number, IModFileInfo[]>

    Cached mod files keyed by mod ID

    results: { [checkId: string]: IHealthCheckResult }

    Results keyed by check ID

    runningChecks: string[]

    Check IDs that are currently running