ISVAR
Aborts the execution of this script if your variable does not match to given value
Syntax
ISVAR varName value [script]
varName - Your variable name with exact name match
value - Value to check for
script - If script is about to abort, runs this script before ending
Examples
ISVAR myVar 10
ISVAR myVar -5
ISVAR myVar logs
ISVAR myVar myMuleRSN
ISVAR CURRENT_TASK 5 DEBUG aborting as current task is not 5