Thread.CurrentThreadThread.InterruptThread.IsInterrupted
Documentation for this section has not yet been entered.
Returns a boolean indicating whether the current Thread ( currentThread()) has a pending interrupt request ( true) or not (false). It also has the side-effect of clearing the flag.
[Android Documentation]