My code will process data in batches as recommended in this this post and I wanted to get a clarification of the meaning of "Trigger Aggregate Execution Time" on the Apps Script Dashboard
Does "Trigger Aggregate Execution Time" refer to the aggregate total runtime of triggered events and user run functions(by user run function i.e. I select Run->myFunction in the development environment) or total runtime of explicitly set triggered events as described here?
Does selecting Run->myFunction in the development environment contribute to the "Trigger Aggregate Execution Time"?