A Progress Bar object displays a customized progress bar, or set of progress bars, based on a value that is updated by a method. Use a progress bar to provide feedback on the remaining run time for an application. The figure below shows the
Settings window of a progress bar object with one progress level.

Note that the built-in progress bar that is visible in the status bar of an application is controlled by the Settings window of the
Main Window node. By default, the built-in progress bar shows the progress of the built-in COMSOL Multiphysics core algorithms, such as geometry operations, meshing, and solving. By using the
setProgress method, you can customize the information shown in the built-in progress bar. For more information, see
Progress Methods and the
Application Programming Guide.
The figure below shows the Settings window of a progress bar object with two progress levels.
In this example, the progress bar object is part of a form progressform used to present a two-level progress bar and a message log.