Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 723 Bytes

pause.md

File metadata and controls

34 lines (22 loc) · 723 Bytes

XML: <Pause>

Pause is a verb to specify the length of seconds to wait before executing the next verb.

This feature is coming soon.

Attributes

Attribute Description
duration (required) Seconds to wait before continuing the execution of BXML.

Events Recevied

Event Can reply with more BXML
None No

Example: Pause

<?xml version="1.0" encoding="UTF-8"?>
<Response>
	<Pause duration="4"></Pause>
</Response>