pendingJobs property

List<JobContext> get pendingJobs

Get all pending jobs (for testing/inspection)

Implementation

List<JobContext> get pendingJobs => List.unmodifiable(_queue);