In this case, all the jobs are just SELECTS (reports), so I think -1 is success and anything else would be a failure. Does that sound right?
so if (i == -1) {...} in a try catch should do it - i think.
In this case, all the jobs are just SELECTS (reports), so I think -1 is success and anything else would be a failure. Does that sound right?
so if (i == -1) {...} in a try catch should do it - i think.