Ignore:
Timestamp:
06/05/14 15:24:38 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/gridsim/dcworms/DCWormsTags.java

    r1362 r1374  
    5757    public static final int NEW_EXEC_PHASE = 5; 
    5858     
    59     public static final int PAUSED = 6; 
     59    public static final int PAUSING = 6; 
     60     
     61    public static final int PAUSED = 7; 
    6062 
    61     public static final int RESUMED = 7; 
     63    public static final int RESUMING = 8; 
    6264     
    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; 
    6470 
    65     public static final int CANCELED = 9; 
     71    public static final int CANCELED = 12; 
    6672 
    67     public static final int FAILED = 10; 
     73    public static final int FAILED = 13; 
     74     
     75 
    6876} 
Note: See TracChangeset for help on using the changeset viewer.