Home | History | Annotate | Download | only in afe

Lines Matching defs:time_started

2016     time_started: date and time the task started
2033 time_started = dbmodels.DateTimeField(null=True, blank=True)
2066 return self.time_started
2101 self.time_started = datetime.now()
2114 if self.time_started: