tbx  0.7.5
Public Types | Public Attributes | List of all members
tbx::TaskInfo Struct Reference

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.
 

Detailed Description

Structure containing information on a task.

Member Enumeration Documentation

◆ TaskFlags

Values for the flags parameter can be combined.

Enumerator
None 

No flags set.


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