Feedback

  • Contents
 

IS_Event_PreviewCallSkipped

Definition

This event is emitted when a preview call is successfully skipped. This event will be emitted regardless of whether the call is skipped through the skip action in a custom script or through the skip button in the optional command toolbar at the bottom of the script.

Attributes

None.

Example

In a custom script, the event can be handled as follows:

function IS_Event_PreviewCallSkipped()
{ console.warn("preview skip was pressed!"); }