Lucee Function Reference

isthreadinterrupted()

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

Example

isthreadinterrupted(string threadName):boolean

Category

threading

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
threadName string  Yes The name of the thread to check.