interface AppBranchOngoingUpdateTaskController {
    id: number;
    type: UpdateTask;
    progress: undefined | AppBranchUpdateTaskProgress;
    cancelMutation: AppBranchUpdateTaskCancelMutation;
}

Hierarchy (view full)

Properties

id: number
progress: undefined | AppBranchUpdateTaskProgress
cancelMutation: AppBranchUpdateTaskCancelMutation