Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.thread
.WaitThread
WaitThread
is available since version 1.0.
Prototype:
null-returned WaitThread(number thread_handle)
Parameters
thread_handle
the thread handle as returned by
RunThread
Description:
Waits for a thread to end.
Return value:
Returns null.