public function Job::getProcessedTime in Advanced Queue 8
Gets the processing timestamp.
Indicates when the job was last processed.
Return value
int The processing timestamp.
File
- src/
Job.php, line 361
Class
- Job
- Represents a job.
Namespace
Drupal\advancedqueueCode
public function getProcessedTime() {
return $this->processed;
}