system.compiler.threads

Action This builtin table tracks Frontier's active threads.

Examples
Notes Unless agents are disabled, the threads table will always contain the agents thread. Other threads may be created and terminate too quickly to see.

You can kill a thread by deleting its entry in the threads table. The operation does not request user confirmation, and is not undoable. No other direct manipulation of threads is supported at this time.

Threads in other processes, i.e. scripts being executed by Frontier for an OSA client, are not included in the thread list and are not included in the threads table.

See Also thread.getCount

thread.getNthID

thread.kill

Discuss