Class ScriptStatistics (3.3.3)

ScriptStatistics(resource)

Statistics for a child job of a script.

Parameter

NameDescription
resource Map[str, Any]

JSON representation of object.

Inheritance

builtins.object > ScriptStatistics

Properties

evaluation_kind

str: Indicates the type of child job.

Possible values include STATEMENT and EXPRESSION.

stack_frames

Stack trace where the current evaluation happened.

Shows line/column/procedure name of each frame on the stack at the point where the current evaluation happened.

The leaf frame is first, the primary script is last.