ThreadID()

Syntax

ThreadID = ThreadID(Thread)
Description
Returns the unique ID which identifies the given 'Thread' in the operating system. This function is very useful when another library needs a thread reference.

This result is sometimes also known as 'Handle'. Look at the extra chapter Handles and Numbers for more information.

Supported OS

All

<- SignalSemaphore() - Thread Index - ThreadPriority() ->