Skip to main content

Syntax

stopExecution()

Description

Stops processing the current input after this Node. Returns: void

Example

// Stop execution after this Node to prevent further processing of the current input
stopExecution();
I