public function JobQueue::getProcessed in Translation Management Tool 8
Returns the amount of processed jobs.
Return value
int Number of processed jobs.
File
- src/
JobQueue.php, line 178
Class
- JobQueue
- Represents a job (checkout) queue.
Namespace
Drupal\tmgmtCode
public function getProcessed() {
return $this->processed;
}