public function Job::getStatus in Apigee Edge 8
Gets the status of the job.
Return value
int The job's status.
File
- src/
Job/ Job.php, line 173
Class
- Job
- Defines the Job class.
Namespace
Drupal\apigee_edge\JobCode
public function getStatus() : int {
return $this->status;
}