> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kasoftware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# threadSleep

> 暂停当前线程指定的毫秒数。

指示当前线程休眠一段配置的时间。如果使用循环对 API 执行多次查找，这将有助于避免速率限制问题。

## 必需参数

* **timeout**: 调用之间的超时时间（以毫秒为单位）。请提供一个大于零的整数。
