ThreadInterrupted()

edit

Checks whether the current thread has been interrupted and clears the interrupted status. The interrupted status of the thread is cleared by this method, unlike IsThreadInterrupted which leaves it unchanged.

Introduced: 7.0.2.1

ThreadInterrupted( );

Returns: Boolean

This function does not take any arguments.

Examples

There are currently no examples for this function 29,303ms WARN No examples for function ThreadData

See also