{keyword} — Waitfor Delay '0:0:5'
: Pausing execution until a message arrives in a queue.
: It supports milliseconds for higher precision, such as WAITFOR DELAY '00:00:00.25' . Common Use Cases {KEYWORD} WAITFOR DELAY '0:0:5'
The WAITFOR statement blocks the execution thread until the specified time has elapsed or a specific event occurs. : Pausing execution until a message arrives in a queue