Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ShutdownEvent

    interface ShutdownEvent {
        acknowledged: boolean;
        command: string;
        complied: boolean;
        delayMs?: number;
        response?: string;
    }
    Index
    acknowledged: boolean
    command: string
    complied: boolean
    delayMs?: number
    response?: string