Proses
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Proses adalah semua jenis eksekusi fungsi Apps Script yang berjalan di server Apps Script. Proses dapat dimulai melalui editor Apps Script,
pemicu skrip, add-on, aplikasi web, atau melalui Apps Script API itu sendiri.
Proses dapat dicantumkan dan diperiksa melalui
endpoint processes
Apps Script API. API ini dapat memberikan informasi proses seperti ID skrip,
waktu mulai, durasi proses, pengguna yang menjalankan, status, dan detail lainnya.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-08-31 UTC.
[null,null,["Terakhir diperbarui pada 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."]]