threadSleep

Version 26.1.9568


threadSleep


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. Provide an integer greater than zero.