QuickFix-6: How to check if code is running on batch server
Views (1748)
If you want to check if the code is running either on the batch or locally, call below method.
1. For sysOperation framework: this.isExecutingInBatch().
2. RunBase batch: this.isInBatch()
both methods will return a boolean.
-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
1. For sysOperation framework: this.isExecutingInBatch().
2. RunBase batch: this.isInBatch()
both methods will return a boolean.
-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta
This was originally posted here.
*This post is locked for comments