processType property

String? processType
getter/setter pair

The executions type. Possible string values are:

  • "PROCESS_TYPE_UNSPECIFIED" : Unspecified type.
  • "ADD_ON" : The process was started from an add-on entry point.
  • "EXECUTION_API" : The process was started using the Apps Script API.
  • "TIME_DRIVEN" : The process was started from a time-based trigger.
  • "TRIGGER" : The process was started from an event-based trigger.
  • "WEBAPP" : The process was started from a web app entry point.
  • "EDITOR" : The process was started using the Apps Script IDE.
  • "SIMPLE_TRIGGER" : The process was started from a G Suite simple trigger.
  • "MENU" : The process was started from a G Suite menu item.
  • "BATCH_TASK" : The process was started as a task in a batch job.

Implementation

core.String? processType;