Interface ApiAppManagerRemovedAll

interface ApiAppManagerRemovedAll {
    alreadyInProcess: string[];
    alreadyOffline: string[];
    removealled: string[];
}

Hierarchy

Properties

alreadyInProcess: string[]

Which of your applications are currently processing

alreadyOffline: string[]

Which of your applications are currently offline

removealled: string[]

Which of your applications have been removed