Module for mktoc that prints a progress indication.
The default usage is to prompt the user when an operation is running that the user must wait for. The following object classes are:
Bases: object
Creates a progress bar string to be printed by the calling function.
Initialize object defaults.
Parameters: |
---|
The maximum input input value expected by the progress bar. This value should be set before trying to print the progress bar. All percentage calculations are based from this value. It is OK to update this value as many times as needed, however it might confuse the user.