Browser.msgBox(prompt) gives a timeout error in Google SpreadSheet when the user does not press OK for a longer time.
I know I could use "toast()" , but with this option, the user will not be able to acknowledge the end of the execution and they might not know if the process has run or not.
What I would need is an option which does not timeout regardless the time until the user presses an OK button.