I need to force in any case the Batch mode processing for my custom class extends RunBaseBatch
by code. The user can't change the execution mode.
The shedule mode must only to be in Batch.
It's possible?
I try to use in main
method, before promt
command these code line:
className.mustGoBatch();
className.parmInBatch(true);
className.doBatch();
BUT not work, I see the flag Batch processing switch off.
Thanks
*This post is locked for comments