How can I make a popup reopen after 5 minutes of someone closing it?
I tried a shutdown event on the popup that then calls the later.py library.
The later thread gets called without issue and my script, but never opens the popup (which is called using System.perspective.openpopup).
Most perplexing is that there are no error messages that appear when the openPopup message gets called but not executed. I wrapped the openPopup function with a log message before and after it, and the before log appears, but not the after. Though there may be a better way to do.