public enum TMtxProgressEvent
Defines the thread event type.
The type is used by the Dew.Math.TMtxProgressRuntime component to indicate the type of the event related to the execution of the thread.
Values
| Name | Description |
|---|---|
| peCleanUp | The thread has stopped executing. You can continue with the processing of the result computed by your algorithm in the background thread. |
| peCycle | The thread is executing, Update your progress indicators. |
| peInit | The thread is about to start executing. Init all required data. This is where the processing is handed over to the background thread. |