Tripal
|
Functions | |
tripal_get_job_end ($job) | |
tripal_get_job_start ($job) | |
tripal_get_job_submit_date ($job) | |
Deprecated legacy api code from Tripal 2. Please see tripal.jobs.api.inc for the new Tripal 3 functions.
tripal_get_job_end | ( | $job | ) |
DEPRECATED
Returns the end time for a given job
$job | An object describing the job |
tripal_get_job_start | ( | $job | ) |
DEPRECATED
Returns the start time for a given job
$job | An object describing the job |
tripal_get_job_submit_date | ( | $job | ) |
DEPRECATED
Returns the date the job was added to the queue
$job | An object describing the job |