Table of Contents

OIL2 Class Standard.Thread Version 1


class Standard . Thread (1) {
inherits from NOTHING;

DESCRIPTION

Class Thread provides an interface to threads running within an FARGOS/VISTA Object Management Environment.

METHODS


Standard.Thread(1):setAsPreemptable

Thread:setAsPreemptable()

Method Description

Sets the thread as being preemptable.


Standard.Thread(1):terminateThread

Thread:terminateThread()

Method Description

Terminates the thread.


Standard.Thread(1):suspendThread

Thread:suspendThread()

Method Description

Puts the thread to sleep. Woken up by releaseThread.


Standard.Thread(1):releaseThread

Thread:releaseThread()

Method Description

Wakes a thread previously put to sleep by suspendThread.