ThreadEx.isInterrupted

Tests whether this thread has been interrupted. The <i>interrupted status</i> of the thread is unaffected by this method.

<p>A thread interruption ignored because a thread was not alive at the time of the interrupt will be reflected by this method returning false.

@return <code>true</code> if this thread has been interrupted; <code>false</code> otherwise. @see #interrupted() @revised 6.0

class ThreadEx
bool
isInterrupted
()

Meta