Interface ApiAppManagerRestartedAll

interface ApiAppManagerRestartedAll {
    alreadyInProcess: string[];
    alreadyOffline: string[];
    restarted: string[];
}

Hierarchy

Properties

alreadyInProcess: string[]

Which of your applications are currently processing

alreadyOffline: string[]

Which of your applications are currently offline

restarted: string[]

Which of your applications have been restarted