@jetdv Edward, I wonder if you can help me with this. I'm not sure if it's even possible. I have a batch stabilisation module in my application extension. It processes selected video events using a foreach loop. I want to have the ability to abort the process if necessary. I have an 'Abort' button that sets an abort boolean to true and this boolean is tested at the start of the foreach loop. If the boolean is true, I invoke a return command to exit the function. The problem is, during the process, it's impossible to activate the button. I've searched the API to see if I can access the 'Cancel' function on the stabilisation progress UI which I could use to intercept the loop, but I can't find anything. Do you have any ideas?
Aborting a foreach loop containing a stabilisation effect
Jack S
wrote on 3/13/2025, 6:38 AM