IsThreadInterrupted()

edit

Checks whether a specified thread has been interrupted. The interrupted status of the thread is unaffected by this method.

Introduced: 7.0.2.1

IsThreadInterrupted( threadName=string );

Returns: Boolean

Argument Description
threadName
string, required
edit

The name of the thread to check.

Examples

There are currently no examples for this function 29,470ms WARN No examples for function IsThreadInterrupted

See also