Xojo.Threading.Thread
From Xojo Documentation
Class (inherits from Object)
This class is supported on Mobile (iOS). Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
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