interface AppBranchOngoingRepairTaskState {
    isFinished: false;
    type: RepairTask;
    progress: undefined | AppBranchRepairTaskProgress;
    id: number;
}

Hierarchy (view full)

Properties

isFinished
progress: undefined | AppBranchRepairTaskProgress
id: number