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

    Interface AppVersionRuntimeInfo

    interface AppVersionRuntimeInfo {
        error: string | null;
        exists: boolean | null;
        healthCheck: boolean | null;
        reachable: boolean | null;
        version: string | null;
        writeAccess: boolean | null;
    }
    Index
    error: string | null
    exists: boolean | null
    healthCheck: boolean | null
    reachable: boolean | null
    version: string | null
    writeAccess: boolean | null