interface AppBranchFinishedRepairTaskState {
    errorTypeName: undefined | AppBranchRepairTaskErrorTypeName;
    isFinished: true;
    type: RepairTask;
    progress: undefined | AppBranchRepairTaskProgress;
    id: number;
}

Hierarchy (view full)

Properties

errorTypeName: undefined | AppBranchRepairTaskErrorTypeName
isFinished
progress: undefined | AppBranchRepairTaskProgress
id: number