reset()

BProgress.reset() method

The reset() method is used to reset the progress bar to the default state.

Usage

BProgress.reset();

Typing

BProgress.reset(): BProgress;

On this page