Enum ProcessesResource.ListRequest.UserProcessFilterStatusesEnum
Optional field used to limit returned processes to those having one of the specified process statuses.
Namespace: Google.Apis.Script.v1
Assembly: Google.Apis.Script.v1.dll
Syntax
public enum ProcessesResource.ListRequest.UserProcessFilterStatusesEnum
Fields
Name | Description |
---|---|
CANCELED | The process was cancelled. |
COMPLETED | The process has completed. |
DELAYED | The process is delayed, waiting for quota. |
EXECUTIONDISABLED | AppsScript executions are disabled by Admin. |
FAILED | The process failed. |
PAUSED | The process has paused. |
PROCESSSTATUSUNSPECIFIED | Unspecified status. |
RUNNING | The process is currently running. |
TIMEDOUT | The process timed out. |
UNKNOWN | Process status unknown. |