Last updated 1 day ago
Was this helpful?
Verifies if the current thread is interrupted or not.
You can also pass in a thread name to check if that thread is interrupted.
Example:
if ( !IsThreadInterrupted() ) { // Do work }
IsThreadInterrupted(name=[string])
name
string
false
The name of the thread to check or empty for the current thread.