MySQL 26.7.0
Source Code Documentation
mysql::scheduler::Clock_lwm_registry::Task_state Struct Reference

This structure is used to represent a registered task state and update LWM. More...

Public Attributes

bool started = false
 Task has started. More...
 
bool finished = false
 Task has finished. More...
 

Detailed Description

This structure is used to represent a registered task state and update LWM.

After registration, the task stays active as long as LWM is lower than the task ID. After LWM passes its ID (finished is equal to true), task may be unregistered from the registry.

Member Data Documentation

◆ finished

bool mysql::scheduler::Clock_lwm_registry::Task_state::finished = false

Task has finished.

◆ started

bool mysql::scheduler::Clock_lwm_registry::Task_state::started = false

Task has started.


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