MPTJob: {
    error?: ARJobError;
    id: string;
    percent?: number;
    problem: MPTProblem;
    solution?: MPTSolution;
    status: MPTJobStatus;
    type: MPT;
}

Type declaration

Generated using TypeDoc