ProgressBar(win.title = "Progress Bar", label = "", maximum = 100, nsteps = NULL, min.nsteps = 10L, parent = NULL)
SetProgressBar(pb, value, label = NULL, step = NULL)
0
.nsteps
, the dialog box is not opened.ProgressBar
(see Value).0
and
maximum
.nsteps
, the dialog box will close.ProgressBar
an object of class "ProgressBar"
and mode
list
is returned. Components of the list object include:
FALSE
if the dialog box has been
closed, otherwise TRUE
.SetProgressBar
, the previous value of the progress bar. An error is
returned if the progress has terminated prematurely.
tkProgressBar
function.