Documentation
    Preparing search index...

    Interface ApiAppManagerRestartedAll

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

    Hierarchy

    Index

    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