Enabling or Disabling Trigger Subgroups

Post Reply
Kosmo
Posts: 2
Joined: Mon Oct 25, 2021 6:29 pm

Enabling or Disabling Trigger Subgroups

Post by Kosmo »

I have carefully organized triggers, largely so I can find things when I need to tweak them.

I want to write a trigger that disables or enables a subgroup of other triggers, but I only see how to do this with the parent group, ie.

Code: Select all

disableTrigger(Parent)
I want to do something like

Code: Select all

disableTrigger(Parent/child1)
to disable my triggers in the subgroup "child1" without interfering with the other triggers, or subgroups, in my "Parent" group.


Do we have this capability?

User avatar
demonnic
Posts: 884
Joined: Sat Dec 05, 2009 3:19 pm

Re: Enabling or Disabling Trigger Subgroups

Post by demonnic »

They aren't referred to via their hierarchy like that, it would just be disableTrigger("child1")

Kosmo
Posts: 2
Joined: Mon Oct 25, 2021 6:29 pm

Re: Enabling or Disabling Trigger Subgroups

Post by Kosmo »

Oh boy, so unique child-group names then.

Thank you.

Post Reply