Script_Cancel
Script_Cancel handles postprocessing when a script is canceled.
Syntax
Script_Cancel
Returns
Not applicable
Usage
This postevent is called to allow any last-minute cleanup or postprocessing when the script is canceled. Script_Cancel is not called if Cancel is called from the Script_Open event. If an error is raised during the Script_Cancel procedure, the error is rolled back.