progress

var progress: Double

Progress state of this ProgressBar.

Should be in range of 0 to 1.

A value between 0 and 1 represents the percentage of progress where 0 is 0% and 1 is 100% progress. Any value less than 0 gets represented as 0% progress, while any value greater than 1 gets represented as 100% progress.

See also