Hello, On Sat, Feb 26, 2011 at 12:24 AM, <[email protected]> wrote: > James, > Thanks for the response. I am using waitForCompletion > (job.waitForCompletion(true);) for each job. So the jobs are definitely > executed sequentially.
There's a Job.isSuccessful() call you could use, perhaps - after waitForCompletion(true) returns back. -- Harsh J www.harshj.com
