Skip to main content

Class CRMScriptTraceRun

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CRMScriptTraceRun. Object for returning Trace run result from a CRMScript

Inheritance

objectCarrierCRMScriptTraceRun

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CRMScriptTraceRun()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

Associate who the script was executed as

Property Value

int

EndedAt

When the trace was ended

Property Value

DateTime

ExecutionTime

Real seconds spent executing

Property Value

int

FileSize

The size of the trace file

Property Value

int

ForceSaveTrace

This trace should be saved even if script_trace.exception_only is true.

Property Value

bool

Frames

The frames of the the trace

Property Value

string

NumFrames

The number of frames saved

Property Value

int

PeakMemory

The maximum amount of used memory during execution (in kB)

Property Value

int

StartedAt

When the trace was started

Property Value

DateTime

Status

The status of the script, or exception if it fails

Property Value

string

UserExecutionTime

CPU seconds spent executing

Property Value

int

See Also

CRMScriptAgent