status of progress bar. This struct is used as an external variable to keep track of the progress bar. You only need to be concerned about this, if you want to write your own progressbar-function. More...
#include <helper.h>
Data Fields | |
ulonglong | cur_progress |
ulonglong | max_progress |
ulonglong | prev_progress |
status of progress bar. This struct is used as an external variable to keep track of the progress bar. You only need to be concerned about this, if you want to write your own progressbar-function.
Definition at line 78 of file helper.h.