interface ApiAppManagerStartedAll {
    alreadyInProcess: string[];
    alreadyOnline: string[];
    started: string[];
}

Hierarchy

Properties

alreadyInProcess: string[]

Which of your applications are currently processing

alreadyOnline: string[]

Which of your applications are currently online

started: string[]

Which of your applications have been started