public boolean isCancelled() {
   if (progressFragment.isDestroyed() || progressFragment.isCancelled()) return true;
   return false;
 }