processStatus property
The executions status. Possible string values are:
- "PROCESS_STATUS_UNSPECIFIED" : Unspecified status.
- "RUNNING" : The process is currently running.
- "PAUSED" : The process has paused.
- "COMPLETED" : The process has completed.
- "CANCELED" : The process was cancelled.
- "FAILED" : The process failed.
- "TIMED_OUT" : The process timed out.
- "UNKNOWN" : Process status unknown.
- "DELAYED" : The process is delayed, waiting for quota.
- "EXECUTION_DISABLED" : AppsScript executions are disabled by Admin.
Implementation
core.String? processStatus;