Skip to main content

Sleep

Pauses the execution for a specific duration

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Options

  • Duration (sec) - Specifies the sleep duration in seconds.
  • Random - A boolean that, when true, will sleep for a random duration between the provided "Random Min (sec)" and "Random Max (sec)".
  • Random Min (sec) - The minimum boundary for the random sleep duration (only applicable if "Random" is set to true).
  • Random Max (sec) - The maximum boundary for the random sleep duration (only applicable if "Random" is set to true).

Note: If "Random" is set to true, the node will override the "Duration (sec)" option and sleep for a random time within the provided range.