A summary of all Google Apps Script triggers in my

2019-07-01 13:42发布

问题:

Is there any place where I can see the summary of all the Apps Script timed triggers installed for all my documents on Google Drive?

回答1:

Go to the script editor, choose "Resources" and you'll get a result as illustrated below :

Then you will see a scrollable list with all the triggers, including the timers, the event triggers, everything :



回答2:

Changes :

Go to the script editor, choose "Edit" and you'll get a result as illustrated below :