Show / Hide Table of Contents

Class ProcessesResource

The "processes" collection of methods.

Inheritance
object
ProcessesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Script.v1
Assembly: Google.Apis.Script.v1.dll
Syntax
public class ProcessesResource

Constructors

ProcessesResource(IClientService)

Constructs a new resource.

Declaration
public ProcessesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List()

List information about processes made by or on behalf of a user, such as process type and current status.

Declaration
public virtual ProcessesResource.ListRequest List()
Returns
Type Description
ProcessesResource.ListRequest

ListScriptProcesses()

List information about a script's executed processes, such as process type and current status.

Declaration
public virtual ProcessesResource.ListScriptProcessesRequest ListScriptProcesses()
Returns
Type Description
ProcessesResource.ListScriptProcessesRequest
In this article
Back to top Generated by DocFX