typedef uint32 nrEngine::TaskId |
enum nrEngine::TaskOrder |
Each task is in the kernel in specified order. This enum describes all order/queue positions of any task in the kernel system
enum nrEngine::TaskState |
Each task can be in one of this states. It can be either stopped, running or paused (sleeping)
enum nrEngine::TaskType |
Engine does support two types of task: system task and user tasks. System tasks are task essential for engine working. They can not be handled by the user application. User tasks are task handled by the application itself.