Type Alias: ProgressState
ProgressState:
"none"
|"loading"
|"error"
|"completed"
Progress bar state:
none
- no operation has started yet;loading
- an operation is in progress;error
- an operation has failed;completed
an operation successfully completed.