When a batch job completes, how do we programmatically know
- If all batch jobs completed successfully.
- Which jobs failed?
In our case if a batch completes and its awaiting job does its cleanup work, we want it to be able to report / alert us of there were issues.