PxTaskType
Defined in include/task/PxTaskManager.h
- 
struct PxTaskType
 
Identifies the type of each heavyweight PxTask object. 
Note
This enum type is only used by PxTask objects, PxLightCpuTasks do not use this enum.
 
Public Types
- 
enum Enum
 
Identifies the type of each heavyweight PxTask object. 
Values:
- 
enumerator eCPU
 
PxTask will be run on the CPU. 
- 
enumerator eNOT_PRESENT
 
Return code when attempting to find a task that does not exist. 
- 
enumerator eCOMPLETED
 
PxTask execution has been completed.