JobManager.getJob() claims to find a job, "either scheduled or active". 
However, this method just calls findJobs() internally, which does not claim to 
look at scheduled jobs, and doesn't appear to do so. It seems to be necessary 
to also call JobManager.getScheduledJobs() to ensure that a matching job is not 
scheduled. Is this a bug in the documentation?

Reply via email to