예제 #1
0
 private static boolean isPartiallyExecutedTask(AsyncTask task) {
   return !task.getChildCmdEntity().isExecuted();
 }