Progress
The BProgress
component is used to show a progress bar when waiting for a long-running process to complete.
Indefinite progress
The default
progress bar is indefinite, which means it will show a continuous animation as long as its shown.
Fake progress
The fake
progress bar tries to simulate a linear progress bar by increasing the progress value by a random amount every now and then but never truly completes.
Linear progress
The linear
progress bar shows the progress of a task by changing the width of the progress bar from 0% to 100% according to the amount of work completed.
0