Scheduled methods and errorhandler

Hi,

When running a method using the scheduler in a batch process, it can happen that this method gets into the error handler.
The problem is that the batch process stops running instead of only this method that was scheduled.

Is there a way that the batch process still continues to run, but that only the scheduled method stops running.

Because I have a batch processor that schedules 20 methods and if 1 method fails, then all other 19 methods will not be executed anymore.
Putting each method in a separate batch processor is not a solution.

Is there a way to have a work-around for this problem?
And if not, does Servoy see a possibility to implement this in a future release? Or is it technically impossible?

Martin

Set every method in a try/catch. If a method fails it will go in the catch, but the other methods will continue

if you really add 20 methods to the scheduler (to run on various times)
then the scheduler should definitely not stop executing nr 2 if nr 1 that is executed right before it has an error!

If you have such a thing, please make a small sample and attach it to a case.