Command "Exit"

Summary

Stops the Execution of scripts. The command belongs to the group "Control".


Parameters

Parameter Name Description Type

Valid parameter combinations



Description

Aborts QiQu script processing.

Examples


Example 1

The example below exits scripting, if the property "name" is equal 'Duck'.
<If Condition="equals(name, 'Duck')">
<Exit />
</If>