Hi all,
We have a particular script that has to run using an async function, with a series of await API calls during it's execution.
There are a number of API calls being made during the script execution, and occasionally the user is able to F3 out of the panel prior to the script completing it's execution.
Does anyone know how we can block user input, after a script has been triggered (onRequesting), until the script has completed?
This might be blocking user input, or as per normal M3, throwing up a loading animation until finished.
Any ideas?
Regards,
Iain