Rdocumentation
powered by
Learn R Programming
R.utils (version 1.9.7)
isDone.ProgressBar: Checks if progress bar is completed
Description
Checks if progress bar is completed.
Usage
## S3 method for class 'ProgressBar': isDone(this, ...)
Arguments
...
Not used.
Value
Returns
TRUE
or
FALSE
.
See Also
For more information see
ProgressBar
.