macaroni

delay

Description:
The delay executor is used to delay for a specific amount of time, or until a set of conditions is true

Parent: execute, then, else

Value (simple form): time specifying the amount of time to delay

# simple form
delay: (time)

# simple example
delay: 5000