AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface AppVersionRuntimeStatusEvent

    Generated when checking a runtime availability.

    interface AppVersionRuntimeStatusEvent {
        error: string | null;
        exists: boolean | null;
        healthCheck: boolean | null;
        reachable: boolean | null;
        type: "runtime-status";
        version: string | null;
        writeAccess: boolean | null;
    }
    Index
    error: string | null
    exists: boolean | null
    healthCheck: boolean | null
    reachable: boolean | null
    type: "runtime-status"
    version: string | null
    writeAccess: boolean | null