Documentation
    Preparing search index...

    Class TeamApp

    Base for app structures

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    constructor: Constructor<TeamApp>
    discloudApp: DiscloudApp
    exitCode: number

    Your team's app exit code on stop

    id: string

    Your app id

    lang: string

    Your team's app programming language

    name: string

    Your team application name

    online: boolean

    If your team application is online

    perms: Set<
        | "backup_app"
        | "commit_app"
        | "edit_ram"
        | "logs_app"
        | "restart_app"
        | "start_app"
        | "status_app"
        | "stop_app",
    > = ...

    Your permissions to manage this application.

    ramKilled: boolean

    If your team's app stopped due to low RAM

    Methods