> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/qi-ta-other/zan-ting-pause.md).

# 暂停 (Pause)

此节点允许您在任何节点之后特定暂停时间，还可以设置随机时间延迟。

<figure><img src="/files/t4pMfMBXHVtQL7WN4AT1" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="258">参数</th><th>说明</th></tr></thead><tbody><tr><td>Exact time</td><td>输入具体时间，以毫秒为单位</td></tr><tr><td>Interval</td><td>随机您输入的一个时间值在 From-To （毫秒）范围内，您输入的 To必须大于 From</td></tr></tbody></table>

注意：输入的暂停时间不能超过 2147483647（毫秒）。如果您输入的数字超过 2147483647，您输入的数字将自动更改为 2147483647。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/qi-ta-other/zan-ting-pause.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
