public function Job::getState in Advanced Queue 8
Gets the job state.
Return value
string The job state, a Job::STATE_ constant.
File
- src/
Job.php, line 257
Class
- Job
- Represents a job.
Namespace
Drupal\advancedqueueCode
public function getState() {
return $this->state;
}