public function TripalJob::getStartTime
3.x TripalJob.inc | public TripalJob::getStartTime() |
Retieves the time the job began execution (i.e. the start time).
File
- tripal/
includes/ TripalJob.inc, line 527
Class
Code
public function getStartTime() {
return $this->job->start_time;
}