Syntax:
Then: SLEEP time
"time" is the time in milliseconds to stop processing.
Note: 1 second = 1000 milliseconds, 1 minute = 60000 milliseconds
Version Ref: 4.5
Description:
Stops processing for a specified amount of time.
Examples:
@keyT If:
Then: show "@The date is" < @td
Then: sleep "2000";end