I have a form that runs some geo processing tools in a sequence when it displays.
However when i click the close button the form gets disposed but the geo processing tools still execute.
Is there any way of cancelling the task after Execute(process,null) is called o the geoprocessor?
If yes could someone post some code for the same?