תהליכים
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
תהליכים הם כל סוג של ביצוע פונקציה של Apps Script שפועלת בשרת Apps Script. אפשר להפעיל תהליכים דרך עורך Apps Script, טריגר של סקריפט, תוסף, אפליקציית אינטרנט או דרך ממשק ה-API של Apps Script עצמו.
אפשר לראות ולבדוק את התהליכים באמצעות נקודת הקצה של Apps Script API processes
. ה-API יכול לספק מידע על התהליך, כמו מזהה הסקריפט, זמן ההתחלה, משך התהליך, המשתמש שמבצע את הפעולה, הסטטוס ופרטים אחרים.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]