threadSleep
Version 24.2.9039
threadSleep
Version 24.2.9039
Instructs the current thread to sleep for a configured amount of time. This can be useful in avoiding rate limit issues if you are using a loop to perform multiple lookups against an API.
Required Parameters
- timeout: The timeout (in milliseconds) between calls. The default is
1000
, which equals 1 second.