Home | History | Annotate | Download | only in afe

Lines Matching defs:time_started

2125     time_started: date and time the task started
2142 time_started = dbmodels.DateTimeField(null=True, blank=True)
2175 return self.time_started
2210 self.time_started = datetime.now()
2223 if self.time_started: