1.4.0

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

Hierarchy (view full)

Properties

1.4.0

isFinished
id: number
progress: undefined | AppBranchUpdateTaskProgress