$isInterrupted()
Overview
public boolean function $isInterrupted()
Checks to see whether or not the current thread has been interrupted. Useful for long loops to gracefully shutdown when asked. Proxy to isInterrupted().
public boolean function $isInterrupted()
Checks to see whether or not the current thread has been interrupted. Useful for long loops to gracefully shutdown when asked. Proxy to isInterrupted().