Lines Matching defs:time_started
2016 time_started: date and time the task started2033 time_started = dbmodels.DateTimeField(null=True, blank=True)2066 return self.time_started2101 self.time_started = datetime.now()2114 if self.time_started: