mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-24 21:12:27 +00:00
78dd1ba1d3
* content updates for v06.6 * updated release notes
21 lines
458 B
Markdown
21 lines
458 B
Markdown
# pause
|
|
|
|
The pause command waits silently for a specified number of seconds.
|
|
```json
|
|
{
|
|
"verb": "pause",
|
|
"length": 3
|
|
}
|
|
```
|
|
|
|
You can use the following options in the `pause` action:
|
|
|
|
| option | description | required |
|
|
| ------------- |-------------| -----|
|
|
| length | number of seconds to wait before continuing the app | yes |
|
|
|
|
<p class="flex">
|
|
<a href="/docs/webhooks/message">Prev: message</a>
|
|
<a href="/docs/webhooks/play">Next: play</a>
|
|
</p>
|