ReferenceDELAYOn this pageDELAY DELAY is used to wait the given time in milliseconds before executing the subsequent command. Syntax DELAY <int> Example DELAY 5000 Action Log Pausing execution for 5000 milliseconds (5 seconds).