Changeset 1374 for DCWoRMS/branches/coolemall/src/gridsim
- Timestamp:
- 06/05/14 15:24:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/gridsim/dcworms/DCWormsTags.java
r1362 r1374 57 57 public static final int NEW_EXEC_PHASE = 5; 58 58 59 public static final int PAUSED = 6; 59 public static final int PAUSING = 6; 60 61 public static final int PAUSED = 7; 60 62 61 public static final int RESUM ED = 7;63 public static final int RESUMING = 8; 62 64 63 public static final int SUCCESS = 8; 65 public static final int RESUMED = 9; 66 67 public static final int IN_MIGRATION = 10; 68 69 public static final int SUCCESS = 11; 64 70 65 public static final int CANCELED = 9;71 public static final int CANCELED = 12; 66 72 67 public static final int FAILED = 10; 73 public static final int FAILED = 13; 74 75 68 76 }
Note: See TracChangeset
for help on using the changeset viewer.