Thread Verbs
thread.callScript (name, paramlist, adrContext = nil)
system.compiler.threads
thread.easyCall (s, paramList)
thread.evaluate (s)
thread.evaluateTo (s, adr)
thread.exists (id)
thread.getCount ()
thread.getCurrentID ()
thread.getNthID (n)
thread.isSleeping (id)
thread.kill (id)
thread.sleep (id)
thread.sleepFor (duration)
thread.sleepTicks (duration)
thread.wake (id)
|