]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionProcess.java
Improve process management
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionProcess.java
index 58393dd9007fd243d29e9d7dd3169988d96cad10..35a84fb7b7a6af94d266ee0abdc432a4be66470e 100644 (file)
@@ -9,7 +9,7 @@ package org.argeo.slc.execution;
  */
 public interface ExecutionProcess {
        /** The process is not yet usable. */
-       public final static String UNINITIALIZED = "UNINITIALIZED";
+       public final static String NEW = "NEW";
        /** The process is usable but not yet scheduled to run. */
        public final static String INITIALIZED = "INITIALIZED";
        /** The process is usable and scheduled to run, but not yet running. */