interface ApiUserAppStatus {
    exitCode: number;
    id: string;
    name: string;
    online: boolean;
    ramKilled: boolean;
}

Properties

exitCode: number

Your app's exit code on stopping

id: string

Your app id

name: string

Your application's name

online: boolean

If your application is online

ramKilled: boolean

If your application was stopped due to lack of RAM