Kanzi  3.9.6
Kanzi Engine API
kanzi::MainLoopScheduler::TaskInfo Struct Reference

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...
 

Detailed Description

TaskInfo is a structure containing information related to a task.

Constructor & Destructor Documentation

◆ TaskInfo()

kanzi::MainLoopScheduler::TaskInfo::TaskInfo ( string  name,
TaskRecurrence  recurrence,
MainLoopTaskToken  token 
)
inlineexplicit

Constructor.

Member Data Documentation

◆ name

string kanzi::MainLoopScheduler::TaskInfo::name

The name assigned to the task.

◆ recurrence

TaskRecurrence kanzi::MainLoopScheduler::TaskInfo::recurrence

Recurrence option of the task.

◆ token

MainLoopTaskToken kanzi::MainLoopScheduler::TaskInfo::token

The token of the task. You can use the token to remove or replace the task.


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