Updates a progress bar.
setPB(pb, value = NULL, title = NULL, label = NULL)
an object of class `IFC_progress` containing a progress bar of class `txtProgressBar`, `winProgressBar` or `Progress`.
new value for the progress bar.
character strings, giving the 'title'(='message' for shiny progress bar) and the 'label'(='detail' for shiny progress bar).