How to stop execution of a procedure
SrikanthMar 31 2011 — edited Mar 31 2011Hi all,
In our project we have written few procedures which gets executed when some buttons are pressed from front-end.
These procedure executions are submitted as jobs.
We have a cancel button in front-end by clicking on that the procedure has to be stopped.
I am not using any built-in packages for submitting jobs.
All I want is to stop execution of procedure by running some other code
Please help me in this regard
Thank you