| Notes |
Thread ids can be obtained from other thread verbs, or by examining the system.compiler.threads table.
Killing the current thread is similar to calling scriptError (""), except that it cannot be trapped by a try statement.
If you kill the agent thread, it will be recreated automatically in one second. To stop the agent thread from running, you must call Frontier.enableAgents (false).
|