MCIJob: {
    error?: ARJobError;
    id: string;
    percent?: number;
    problem: MCIProblem;
    solution?: MCISolution;
    status: MCIJobStatus;
    type: MCI;
}

Type declaration

Generated using TypeDoc