class Standard . Thread (1) {
} inherits from NOTHING;
Class Thread provides an interface to threads running within an FARGOS/VISTA Object Management Environment.
Thread:setAsPreemptable()
Sets the thread as being preemptable.
Thread:terminateThread()
Terminates the thread.
Thread:suspendThread()
Puts the thread to sleep. Woken up by releaseThread.
Thread:releaseThread()
Wakes a thread previously put to sleep by suspendThread.