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 millisecondsSyntax
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),
