ProgressBarFunctions
Last Updated:10/20/2016 04:39:04
Actions for working with Progress Bar object.
For Android progress bar, there are two modes indeterminate and determinate.
In indeterminate mode, the progress is ignored and the progress bar shows an infinite animation instead.
In this case, the keyword SetProgress will not work and GetProgress will return 0. These 2 keywords
only work for progress bar in determinate mode.
Note:Keyword SetRating and GetRating will ONLY work for RatingBar object. RatingBar is a subclass
of ProgressBar, so SetProgress and GetProgress can work for it.