|
CatapultServer
v0.5.0.1 (Elephant)
|
A task that can be dispatched to the scheduler. More...

Public Attributes | |
| utils::TimeSpan | StartDelay |
| Delay until the first execution of the task. More... | |
| DelayGenerator | NextDelay |
| Generates the delay until the next execution of the task. More... | |
| TaskCallback | Callback |
| Callback associated with the task. More... | |
| std::string | Name |
| Friendly name of the task (optional). More... | |
A task that can be dispatched to the scheduler.
| TaskCallback catapult::thread::Task::Callback |
Callback associated with the task.
| std::string catapult::thread::Task::Name |
Friendly name of the task (optional).
| DelayGenerator catapult::thread::Task::NextDelay |
Generates the delay until the next execution of the task.
| utils::TimeSpan catapult::thread::Task::StartDelay |
Delay until the first execution of the task.