ProgressBarMode

The mode of a progress bar.

Values

ValueMeaning
determinate"determinate"

Shows the amount completed relative to the total amount of work to be done.

indeterminate"indeterminate"

Provides an animated display to let the user know that something is happening.

Meta