interface AppBranchOngoingUpdateTaskState {
    isFinished: false;
    id: number;
    type: UpdateTask;
    progress: undefined | AppBranchUpdateTaskProgress;
}

Hierarchy (view full)

Properties

isFinished
id: number
progress: undefined | AppBranchUpdateTaskProgress