ThreadInterrupted()
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 30,904ms WARN No examples for function ThreadInterruptedSee also
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)