Trigger status

Posted on
Mon Mar 11, 2013 6:19 pm
t-star offline
Posts: 115
Joined: Oct 26, 2007

Trigger status

I hope that this has not been asked/answered before, but i could not find anything. Is there a way to determine with applescript if a trigger is enabled or disabled?

Posted on
Mon Mar 11, 2013 7:24 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Trigger status

Here is an example that does it:

Code: Select all
tell application "IndigoServer"
   if trigger action "itunes volume increased" is enabled then
      log "yep, it is enabled"
   end if
end tell

Image

Posted on
Tue Mar 12, 2013 8:33 pm
t-star offline
Posts: 115
Joined: Oct 26, 2007

Re: Trigger status

Awesome. Thanks Matt!!

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 26 guests