TaskInfo is a structure containing information related to a task. More...
#include <kanzi/core.ui/main_loop/main_loop_scheduler.hpp>
Public Member Functions | |
TaskInfo (string name, TaskRecurrence recurrence, MainLoopTaskToken token) | |
Constructor. More... | |
Public Attributes | |
string | name |
The name assigned to the task. More... | |
TaskRecurrence | recurrence |
Recurrence option of the task. More... | |
MainLoopTaskToken | token |
The token of the task. You can use the token to remove or replace the task. More... | |
TaskInfo is a structure containing information related to a task.
|
inlineexplicit |
Constructor.
string kanzi::MainLoopScheduler::TaskInfo::name |
The name assigned to the task.
TaskRecurrence kanzi::MainLoopScheduler::TaskInfo::recurrence |
Recurrence option of the task.
MainLoopTaskToken kanzi::MainLoopScheduler::TaskInfo::token |
The token of the task. You can use the token to remove or replace the task.