Documentation

#IGNORE

IGNORE

Syntax: #IG value
Related: #T+ #T-

Toggle the execution of all trigger actions in the current session. If value is specified then if value is true then triggers are disabled, and if value is false, then triggers are enabled.

Undesirable effects will occur if this command is used within a trigger.

IGNORE examples

#IG
start ignoring all triggers.
#IG
turn execution of triggers back on again.
#IG 1
start ignoring triggers regardless of current ignore setting

Add comment

Login or register to post comments