DisableTrigger

Parameters
whichTrigger trigger
comment

Disables the given trigger. A disabled trigger is not fired by the events registered on it but TriggerEvaluate and TriggerExecute can still be used. This can be reversed with EnableTrigger.

patch

1.00

Source
common.j
return type
nothing
Source code
native DisableTrigger   takes trigger whichTrigger returns nothing