public function TMGMTJob::getCountPending in Translation Management Tool 7
Sums up all pending counts of this jobs job items.
Return value
The sum of all pending counts
File
- entity/
tmgmt.entity.job.inc, line 713
Class
- TMGMTJob
- Entity class for the tmgmt_job entity.
Code
public function getCountPending() {
return tmgmt_job_statistic($this, 'count_pending');
}