Tripal
Functions
Data Collections

Functions

 tripal_get_job_end ($job)
 
 tripal_get_job_start ($job)
 
 tripal_get_job_submit_date ($job)
 

Detailed Description

Deprecated legacy api code from Tripal 2. Please see tripal.jobs.api.inc for the new Tripal 3 functions.

Function Documentation

◆ tripal_get_job_end()

tripal_get_job_end (   $job)

DEPRECATED

Returns the end time for a given job

Parameters
$jobAn object describing the job
Returns
The end time of the job if it was already run and empty otherwise

◆ tripal_get_job_start()

tripal_get_job_start (   $job)

DEPRECATED

Returns the start time for a given job

Parameters
$jobAn object describing the job
Returns
The start time of the job if it was already run and either "Cancelled" or "Not Yet Started" otherwise

◆ tripal_get_job_submit_date()

tripal_get_job_submit_date (   $job)

DEPRECATED

Returns the date the job was added to the queue

Parameters
$jobAn object describing the job
Returns
The date the job was submitted