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

Option

Description

Stop Options

Select 'Stop Immediately' to stop audio play in one or a sequence of Add to Prompt Queue action cells immediately. Or, select 'Stop when the current prompt ends' 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

Description

Stopped

This is taken when cell execution completes and the 'Stop Immediately' option is selected.

Stop Pending

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

Error

This is taken if an error has occurred.