Xojo.Threading.Thread
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use Thread as a replacement. |
Class (inherits from Object)
Used to run code in the background. Xojo threads are co-operative (not pre-emptive).
Events | |
|
Properties | |||
|
Methods | ||||
|
Enumerations | |
|
Shared Methods | |
|
Constants
These constants can be used to set the Priority of the thread:
PriorityHigh 10 Recommended for high priority threads.
PriorityLow 1 Recommended for low priority threads.
PriorityNormal 5 Default priority for threads.
See Also
Xojo.Threading.CriticalSection, Xojo.Threading.Semaphore classes