Stay organized with collections
Save and categorize content based on your preferences.
Processes are any kind of Apps Script function execution that runs on the
Apps 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 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[[["Apps 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."],["The Apps Script API's `processes` endpoint allows developers to list, examine, and retrieve details about individual processes, including script ID, timestamps, user information, and status."]]],[]]