reset.ProgressBar: Reset progress bar
Description
Reset progress bar by setting the value to zero and updating the display.Usage
## S3 method for class 'ProgressBar':
reset(this, visual=TRUE, ...)
Arguments
visual
If TRUE
, the progress bar is redraw, otherwise not.