TMtxProgressEvent Enumeration

Header: Dew.Math/MtxForLoop.h · Cross-compiler

enum class TMtxProgressEvent : unsigned int;

Defines the thread event type.

The type is used by the TMtxProgressRuntime component to indicate the type of the event related to the execution of the thread.

Values

NameDescription
peCleanUpThe thread has stopped executing. You can continue with the processing of the result computed by your algorithm in the background thread.
peCycleThe thread is executing, Update your progress indicators.
peInitThe thread is about to start executing. Init all required data. This is where the processing is handed over to the background thread.