standard.lib.thread.KillThread

KillThread is available since version 1.0.

Prototype:

null-returned KillThread(number thread_handle)

Parameters

thread_handle
the thread handle as returned by RunThread

Description:

Kills a thread.

Return value:

Returns null.