Stop Prompt Queue

Instructs the script to stop playing the prompts in Add to Prompt Queue action cells earlier in the script.

Place this after one or a sequence of Add to Prompt Queue action cells and action cells performing a potentially lengthy operation such as a database lookup that have kept the caller waiting.

Properties

Select one of the following options:

Stop Immediately

Select this to stop audio play in one or a sequence of Add to Prompt Queue action cells immediately.

Stop when the current prompt completes

Select this to stop the script from playing further audio prompts when the currently playing audio in one or a sequence of Add to Prompt Queue action cells plays to completion.

Exit points

Exit point

Taken

[Stopped]

When cell execution completes and the 'Stop Immediately' option is selected.

[Stop Pending]

When cell execution completes and the 'Stop when the current prompt completes' option is selected.

Error

If an error has occurred.