AboutSupportDeveloper GuideVersion 38.126.82.64
interface ApplicationState {
    isPlatform: boolean;
    isRunning: boolean;
    parentUuid?: string;
    uuid: string;
}

Properties

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