Sailthru_Client::getJobStatus PHP Method

getJobStatus() public method

Get status of a job
public getJobStatus ( String $job_id ) : array
$job_id String
return array
    public function getJobStatus($job_id)
    {
        return $this->apiGet('job', ['job_id' => $job_id]);
    }