SYNC
Declares a method which is synchronized across any number of threads
SYNC [CLASS] METHOD <MethodName>
ThreadInfo()
Retrieves information about existing threads.
ThreadInfo( <nWhichInfo>, [<nThreadID>] ) --> aInfo
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