Pause is a verb to specify the length of seconds to wait before executing the next verb.
This feature is coming soon.
Attribute | Description |
---|---|
duration | (required) Seconds to wait before continuing the execution of BXML. |
Event | Can reply with more BXML |
---|---|
None | No |
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Pause duration="4"></Pause>
</Response>