Home | History | Annotate | Download | only in afe

Lines Matching defs:time_started

1850     time_started: date and time the task started
1867 time_started = dbmodels.DateTimeField(null=True, blank=True)
1900 return self.time_started
1935 self.time_started = datetime.now()
1948 if self.time_started: