Exemplo n.º 1
0
 private static boolean isPartiallyExecutedTask(AsyncTask task) {
   return !task.getChildCmdEntity().isExecuted();
 }