mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
30.39.2008 1d985386a8607d959f4097a570bb77caae1223c3
opendj-sdk/opends/src/server/org/opends/server/backends/task/TaskState.java
@@ -217,6 +217,7 @@
      case WAITING_ON_DEPENDENCY:
      case RUNNING:
      case STOPPED_BY_ERROR:
      case COMPLETED_WITH_ERRORS:
        return false;
      default:
        return true;