Ignore:
Timestamp:
07/31/13 17:14:01 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/dcworms/schedframe/scheduling/Executable.java

    r896 r1154  
    1414import org.joda.time.DateTimeUtilsExt; 
    1515import org.joda.time.ReadableDuration; 
     16 
     17import qcg.shared.constants.BrokerConstants; 
    1618 
    1719import schedframe.resources.computing.ComputingResource; 
     
    164166 
    165167        status = newStatus; 
     168         
     169        if(status == DCWormsTags.INEXEC){ 
     170                task.setStatus((int) BrokerConstants.TASK_STATUS_RUNNING); 
     171        } 
     172         
    166173        double currentTime = DateTimeUtilsExt.currentTimeMillis() / 1000; // time in seconds  
    167174     
Note: See TracChangeset for help on using the changeset viewer.