Documentation for this section has not yet been entered.
Returns true if this task was cancelled before it completed normally. If you are calling AsyncTask`3.cancel(boolean) on the task, the value returned by this method should be checked periodically from AsyncTask`3.doInBackground(Params...) to end the task as soon as possible.