Talk:Batch processing
From Axaptapedia
I was wondering whether there was a flag that indicated batch or interactive processing. This would allow me to take different actions depending on the run mode.
Thanks
You can use .isInBatch() in any class extending RunBaseBatch and it will return true if it's currently being run from a batch server, otherwise false. AJ