Group Threading
Signal()
Class
Class function of the Signal class.
SYNC
Declares a method which is synchronized across any number of threads
SYNC [CLASS] METHOD <MethodName>
Thread()
Class
Class function of the Thread class.
ThreadID()
Retrieves the numeric ID of the current thread.
ThreadID() -> nThreadID
ThreadInfo()
Retrieves information about existing threads.
ThreadInfo( <nWhichInfo>, [<nThreadID>] ) --> aInfo
ThreadObject()
Retrieves the Thread object of the current thread.
ThreadObject() --> oThread
ThreadWait()
Waits for the termination of one thread
ThreadWait( <aThreads>, [<nTimeOut>], ) --> oThread | NIL
ThreadWaitAll()
Waits for the termination of multiple threads
ThreadWaitAll( <aThreads>, [<nTimeOut>] ) --> lSuccess
UIThreadID()
Retrieves the numeric ID of the internal UI thread.
UIThreadID() -> nUIThreadID