|
enum | State { stJobs
, stWrite
, stReading
, stSilent
} |
| Different states related to the progression.
|
|
using | ThreadingPolicy = Yuni::Thread::Timer::ThreadingPolicy |
| The threading policy.
|
|
|
bool | completed () const |
| Get if the task is complete.
|
|
template<class StringT > |
void | message (const StringT &msg) |
| Set the message to display into logs.
|
|
|
State | state |
| The current state in the progression.
|
|
|
static std::atomic< int > | Current = 0 |
| The number of jobs currently done.
|
|
static uint | Total = 0 |
| The total number of jobs to execute.
|
|
|
virtual bool | onInterval (uint) override |
|
The documentation for this class was generated from the following files:
- src/tools/yby-aggregator/progress.h
- src/tools/yby-aggregator/progress.cpp
- src/tools/yby-aggregator/progress.hxx