Processes

Processes are any kind of Google Apps Script function execution that runs on the Apps Script server. Processes can be started through the Apps Script editor, a script trigger, an Google Workspace add-on, a web app, or through the Google Apps Script API itself.

Processes can be listed and examined by means of the Apps Script API processes endpoint. 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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年04月20日 UTC.