Build Automation waits for a certain time to continue the script

Hi guys !

i need to hold for a little moment the script that execute after the build. I can’t rely on notification or status, so my only option is to wait about 30 sec to continue the script.

any ideas ?

Someone banned from here sugested in other forum:

a DoShellCommand to call an os utility that sleeps for a period of time
on macOS something like sleep should work fine

see UserGuide:IDE Scripting Input Output Commands - Xojo Documentation

You could use the Print command to show a modal dialog.

1 Like