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. It will return 0 if it is not a valid thread, or if it has allready ended.
Supported OS
All