Processes Stay organized with collections Save and categorize content based on your preferences.
Processes are any kind of Apps Script function execution that runs on theApps Script server. Processes can be started through the Apps Script editor,a script trigger, an add-on, a web app, or through the Apps Script API itself.
Processes can be listed and examined by means of theApps Script APIprocessesendpoint. The API can provide process information such as script ID,start time, process duration, executing user, status, and other details.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-13 UTC.