Cancel the query if it is currently running. Note that this method does not block until the query is cancelled; it merely marks the query as being cancelled, and the query will terminate at its next available opportunity.
@return true if the query was executing and will be cancelled, or false if the query was no longer running (because it hadfinished successfully or had already been cancelled) and could not be cancelled.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.