In an automation script: is engine.Sleep(30000) blocking? Safe or best avoided?
8th September 2026
Hi Stephen, engine.Sleep(30000) only pauses that individual script run for 30 seconds. It should not generally block unrelated automation scripts or other threads from running.