プロセス
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
プロセスとは、Apps Script サーバーで実行されるあらゆる種類の Apps Script 関数の実行のことです。プロセスは、Apps Script エディタ、スクリプト トリガー、アドオン、ウェブアプリ、または Apps Script API 自体から開始できます。
プロセスは、Apps Script API の processes
エンドポイントを使用して一覧表示し、調べることができます。この API は、スクリプト ID、開始時間、処理時間、実行中のユーザー、ステータスなどのプロセス情報を提供できます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eApps Script processes encompass any execution of Apps Script functions on the Apps Script server, initiated via various methods like the editor, triggers, add-ons, web apps, or the Apps Script API.\u003c/p\u003e\n"],["\u003cp\u003eThe Apps Script API's \u003ccode\u003eprocesses\u003c/code\u003e endpoint allows developers to list, examine, and retrieve details about individual processes, including script ID, timestamps, user information, and status.\u003c/p\u003e\n"]]],[],null,["# Processes are any kind of Apps Script function execution that runs on the\nApps Script server. Processes can be started through the Apps Script editor,\na script trigger, an add-on, a web app, or through the Apps Script API itself.\n\nProcesses can be listed and examined by means of the\nApps Script API [`processes`](/apps-script/api/reference/rest/v1/processes)\nendpoint. The API can provide process information such as script ID,\nstart time, process duration, executing user, status, and other details."]]