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

    Interface ApplicationState

    interface ApplicationState {
        isPlatform: boolean;
        isRunning: boolean;
        parentUuid?: string;
        uuid: string;
    }
    Index
    isPlatform: boolean

    True when the application is a Platform controller

    isRunning: boolean

    True when the application is running

    parentUuid?: string

    uuid of the application that launches this application

    uuid: string

    uuid of the application