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

Hierarchy (view full)

Properties

isFinished
id: number
startedDate: Date
progress: undefined | AppBranchUpdateTaskProgress