Lucee Function Reference
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.
Example
threadinterrupted():boolean
Category
threading
Arguments
This function has no arguments