Represents the processed response for cancelling command-response requests.

interface ESPCmdRespCancelResponse {
    status: string;
    totalCancelled: string;
}

Properties

status: string
totalCancelled: string