Hi guys,
I have a Runbasebatch class which is run from a button that it is on top panel of a form. As this is supposed to be a batch job, there are time I manually execute the batch class (that is why I put the button for manual/ad-hoc execution).
Question is can we check if the class ran from this form and if it does, right after it is executed, I want to refresh my form. The form contain grid which has the data source which is same as the data in that batch processes, so I would like to see the updated one.
Thanks