Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Description

Causes the process to sleep for a specified number of milliseconds

Syntax

Sleep(long_expression) long_expression - number of milliseconds to sleep

Examples

Sleep(1000) makes the process sleep for one second. Example usage (in a Select component),
Sleep function used in a Select component expression

Return value datatype

Boolean (True if sleep was completed successfully) If argument is null, the function will sleep for 0 milliseconds
Last modified on April 20, 2026