Project

General

Profile

Actions

Task #14186

closed

Feature #14158: [UI] General progress/busy indicator

Progress indicator store

Added by Michał Kłobukowski over 5 years ago. Updated 13 minutes ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Target version:

Description

Actions:
- startProgress(id, {mode, value})
- setProgressValue(id, value)
- setProgressMode(id, mode)
- stopProgress(id)

Selectors:
- getProgress(id, progressState): {started: boolean, mode: 'determinate' | 'indeterminate', value: number}

Actions

Also available in: Atom PDF