interface AppBranchOngoingRepairTaskController {
    id: number;
    type: RepairTask;
    status: AppBranchOngoingDataTaskStatus;
    progress: undefined | AppBranchRepairTaskProgress;
    cancelMutation: AppBranchRepairTaskCancelMutation;
}

Hierarchy (view full)

Properties

id: number

1.4.0

progress: undefined | AppBranchRepairTaskProgress
cancelMutation: AppBranchRepairTaskCancelMutation