tbx
0.7.3
|
Structure containing information on a task. More...
#include <taskmanager.h>
Public Types | |
enum | TaskFlags { None, ModuleTask = 1, ResizeSlot = 2 } |
Values for the flags parameter can be combined. More... | |
Public Attributes | |
std::string | name |
Name of the task. | |
TaskHandle | handle |
Handle of the task. | |
unsigned int | memory |
Memory used by the task. | |
unsigned int | flags |
A combination of one or more of the TaskFlags. | |
Structure containing information on a task.