Data Fields

ProgressBarStatus Struct Reference

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

Detailed Description

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.


Field Documentation

Definition at line 80 of file helper.h.

Definition at line 79 of file helper.h.

Definition at line 81 of file helper.h.


The documentation for this struct was generated from the following file: