Hi DM,<div><br></div><div>There used to be a way to get the list of jobs from JobManager - JobManager.getJobs() - which I used to find i) if there are outstanding jobs and ii) how many iii) iterate over the jobs</div><div>
<br></div><div>This has been replaced with JobManager.iterator which allows iii) and I could duplicate i) and ii) in my code but a method like JobManager.numberOfJobs() would be useful. </div><div><br></div><div>Could JobManager.numberOfJobs() be added?</div>
<div><br></div><div>Thanks</div><div>Martin</div>