Lines Matching full:started
110 …ring, Optional field used to limit returned processes to those that were started on or after the g…
125 ADD_ON - The process was started from an add-on entry point.
126 EXECUTION_API - The process was started using the Apps Script API.
127 TIME_DRIVEN - The process was started from a time-based trigger.
128 TRIGGER - The process was started from an event-based trigger.
129 WEBAPP - The process was started from a web app entry point.
130 EDITOR - The process was started using the Apps Script IDE.
131 SIMPLE_TRIGGER - The process was started from a G Suite simple trigger.
132 MENU - The process was started from a G Suite menu item.
133 BATCH_TASK - The process was started as a task in a batch job.
152 …started from the script editor, a trigger, an application, or using the Apps Script API. This is d…
154 … "functionName": "A String", # Name of the function the started the execution.
158 "startTime": "A String", # Time the execution started.
176 …ring, Optional field used to limit returned processes to those that were started on or after the g…
191 ADD_ON - The process was started from an add-on entry point.
192 EXECUTION_API - The process was started using the Apps Script API.
193 TIME_DRIVEN - The process was started from a time-based trigger.
194 TRIGGER - The process was started from an event-based trigger.
195 WEBAPP - The process was started from a web app entry point.
196 EDITOR - The process was started using the Apps Script IDE.
197 SIMPLE_TRIGGER - The process was started from a G Suite simple trigger.
198 MENU - The process was started from a G Suite menu item.
199 BATCH_TASK - The process was started as a task in a batch job.
218 …started from the script editor, a trigger, an application, or using the Apps Script API. This is d…
220 … "functionName": "A String", # Name of the function the started the execution.
224 "startTime": "A String", # Time the execution started.