I'm running a script and whenever a breakpoint is hit, a subroutine will be executed, printing/retrieving a buffer's information, asynchronously.
This process will be performed for an indefinite time, until a user wants to stop this process.
Is there a way to present the user with a dialog/message asking him to signal when the script finishes. And if the user clicks on the "Finish execution" button, the script execution ends.
Thanks a lot for the help