Overview
This is a library for retrieving the process and information of Google Apps Script.
Methods
- getExecutionTimeOfTrigger() : This method retrieves the total execution time of all functions executed by the time-driven trigger at owner’s account. For example, you can know the total execution time of all functions executed by the time-driven trigger in 24 h.
- getDevUrl() : This method retrieves the endpoint of developer mode for Web Apps like
https://script.google.com/macros/s/#####/dev
. - getRunningFunctions() : This method retrieves the functions which are running now.
You can check this at https://github.com/tanaikech/ProcessApp.