Type alias ApplicationState

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

Type declaration

  • isPlatform: boolean

    True when the application is a Platform controller

  • isRunning: boolean

    True when the application is running

  • Optional parentUuid?: string

    uuid of the application that launches this application

  • uuid: string

    uuid of the application

Generated using TypeDoc