![]() |
MySQL 26.7.0
Source Code Documentation
|
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... | |
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.
| bool mysql::scheduler::Clock_lwm_registry::Task_state::finished = false |
Task has finished.
| bool mysql::scheduler::Clock_lwm_registry::Task_state::started = false |
Task has started.