IsThreadInterrupted()
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 IsThreadInterruptedSee also
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)