OneML reference
Pause
The <Pause> verb waits silently on the call for a specified duration before executing the next verb.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
length | integer | 1 | Duration to pause, in seconds. |
Nesting
<Pause> is a self-closing element. It takes no text content and contains no nested verbs.
Examples
Pausing for the default duration between two prompts:
Code
Pausing for a specific duration before ending the call:
Code
See also
Last modified on