Question
How to schedule the closure of the message box?
In Photoshop script code, I want to pop up an alert message box, and I hope to close this message box 10 seconds after it pops up, or implement it with a modal dialog box. However, there is no timer under the modal dialog box. How can I achieve this functionality?
alert("Hello", "Prompt:");