I have created a UI Page with Google Apps Script, it fetches data from a spreadsheet and display it in the Page. A function (added in JS Page) is called at a certain time interval continuously to refresh the content in the Page with the help of JavaScript method "setInterval(functionName,Time)". No other triggers are set for this refresh thing.
When I see the executions, the refresh things runs as a web app only.
Is the web App running time included in the total trigger run-time quota for apps script?