![]() |
Plasma Engine
2.0
|
Public Types | |
enum class | Type { ThreadCreated , ThreadDestroyed , StartingExecution , FinishedExecution } |
Public Attributes | |
Type | m_Type |
plThread * | m_pThread = nullptr |
|
strong |
Enumerator | |
---|---|
ThreadCreated | Called on the thread that creates the plThread instance. |
ThreadDestroyed | Called on the thread that destroys the plThread instance. |
StartingExecution | Called on the thread that executes the plThread instance. |
FinishedExecution | Called on the thread that executes the plThread instance. |