IsThread()
Syntax
Result = IsThread(Thread)Description
Tests if the given thread number is a valid thread created with the CreateThread() function, and if it is still running.
Parameters
Thread The thread to use.
Return value
Nonzero if the thread is still valid and running, zero otherwise.
Supported OS
All