Interface ApiAppManagerStopedAll

interface ApiAppManagerStopedAll {
    alreadyInProcess: string[];
    alreadyOffline: string[];
    stoped: string[];
}

Hierarchy

Properties

alreadyInProcess: string[]

Which of your applications are currently processing

alreadyOffline: string[]

Which of your applications are currently offline

stoped: string[]

Which of your applications have been stoped