pendingJobsCount property

int get pendingJobsCount

Get count of pending jobs

Implementation

int get pendingJobsCount => _queue.length;