Skip to main content

Pause

The Pause verb waits silently for a specified number of seconds or one second by default. No nouns can be nested within Pause, and a self-closing tag must be used.

Attributes

ATTRIBUTEDESCRIPTIONOPTIONSDEFAULT
lengthSeconds to pause1 - 1801

Example

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Pause length="5"/>
</Response>