41 #ifndef _DAGenumerations_h
42 #define _DAGenumerations_h
RunningState
Used to track whether a thread has started, completed, etc...
All the definitions for datatypes as well as some basic conversion functions are defined here...
Indicates an abnormal termination of a Workunit or other failure, Likely the whole application will n...
Only used when a thread successfully attempts to gain ownership of a task, or some other tasks succes...
Task is running when the value was check, it could become Complete or Failed with no notice...
Task is not yet started this frame, this can change without notice.
Thread has completed all work this from frame, will not change until this frame ends.
The bulk of the engine components go in this namspace.