GoogleAppsScriptTypeProcess class
Representation of a single script process execution that was started from the script editor, a trigger, an application, or using the Apps Script API.
This is distinct from the Operation
resource, which only represents
executions started via the Apps Script API.
Constructors
Properties
- duration ↔ String?
-
Duration the execution spent executing.
getter/setter pair
- functionName ↔ String?
-
Name of the function the started the execution.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- processStatus ↔ String?
-
The executions status.
Possible string values are:
getter/setter pair
- processType ↔ String?
-
The executions type.
Possible string values are:
getter/setter pair
- projectName ↔ String?
-
Name of the script being executed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- runtimeVersion ↔ String?
-
Which version of maestro to use to execute the script.
Possible string values are:
getter/setter pair
- startTime ↔ String?
-
Time the execution started.
getter/setter pair
- userAccessLevel ↔ String?
-
The executing users access level to the script.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited