You are here

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\Job

Code

public function getStatus() : int {
  return $this->status;
}