|
Newsletters
|
|
|
|
|
Voice XML Reference
Voice XML Reference
Bookmark this page
The exit Element - <exit>
Description: Returns control to the interpreter context which determines what to do next.
Example:
<exit/>
| Attributes |
| Name |
Value |
Description |
| expr |
PCDATA |
A return expression (e.g., "0", or "oops!"). |
| namelist |
PCDATA |
Variable names to be returned to interpreter context. The default is to return no variables; this means the interpreter context will receive an empty ECMAScript object. |
Back to Tag Listing
|
|