thread.ui_disabled Method
/documentation/pages/Ref/Api/Objects/System/Thread/ui_disabled Method.xml
Returns .T. if current thread has UI disabled.
THREAD_INTERRUPT Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/THREAD_INTERRUPT Function.xml
Send an interrupt event to another thread (thread needs an interrupt function). For internal use only.
THREAD_NAME_CREATE Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/THREAD_NAME_CREATE Function.xml
For internal use only. Make a unique thread name, provide preferred name, numbers will be added if thread on name already exists.
THREAD_EVENT Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/THREAD_EVENT Function.xml
Send an event to another thread. For internal use only.
THREAD_WAIT Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/THREAD_WAIT Function.xml
Thread must wait until another thread does a 'thread_event'. For internal use only.
THREAD_ENUM Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/THREAD_ENUM Function.xml
Get information about Xbasic threads.
THREAD_VARIABLES Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/THREAD_VARIABLES Function.xml
For internal use only. Get the base variable space for a thread.
THREAD_COUNT Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/THREAD_COUNT Function.xml
Returns the number of running threads.
THREAD_GET Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/THREAD_GET Function.xml
Get the name of the current thread.
thread_monitor_cpu_usage Function
/documentation/pages/Ref/Api/Functions/System/Thread Functions/thread_monitor_cpu_usage Function.xml
Xbasic monitors CPU usage for the thread using settings provided.