#include <Scheduler.h>
Data Fields | |
| TaskPtr_t | Task |
| bool | TaskStatus |
| uint8_t | GroupID |
Pointer to the task to execute.
Status of the task (either TASK_RUN or TASK_STOP).
| uint8_t TaskEntry_t::GroupID |
Group ID of the task so that its status can be changed as a group.
1.5.5