setProgress.ProgressBar: Sets current progress
Description
Sets current progress.Usage
## S3 method for class 'ProgressBar':
setProgress(this, progress, visual=TRUE, ...)
Arguments
progress
A double
in [0,1] specifying the relative progress. visual
If TRUE
, the progress bar is redraw, otherwise not.