Show / Hide Table of Contents

Class DBC.ScriptTraceRunFields

Fields for ScriptTraceRun, Traces of executed scripts

Inheritance
object
DBC.ScriptTraceRunFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ScriptTraceRunFields

Fields

AssociateId

ScriptTraceRun.AssociateId: Associate who the script was executed as

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
string

EndedAt

ScriptTraceRun.EndedAt: When the trace was ended

Declaration
public const string EndedAt = "ended_at"
Field Value
Type Description
string

ExecutionTime

ScriptTraceRun.ExecutionTime: Real seconds spent executing

Declaration
public const string ExecutionTime = "execution_time"
Field Value
Type Description
string

FileSize

ScriptTraceRun.FileSize: The size of the trace file

Declaration
public const string FileSize = "file_size"
Field Value
Type Description
string

Frames

ScriptTraceRun.Frames: The frames of the the trace

Declaration
public const string Frames = "frames"
Field Value
Type Description
string

NumFrames

ScriptTraceRun.NumFrames: The number of frames saved

Declaration
public const string NumFrames = "num_frames"
Field Value
Type Description
string

PeakMemory

ScriptTraceRun.PeakMemory: The maximum amount of used memory during execution (in kB)

Declaration
public const string PeakMemory = "peak_memory"
Field Value
Type Description
string

ScriptTraceId

ScriptTraceRun.ScriptTraceId: Id of parent script_trace record

Declaration
public const string ScriptTraceId = "script_trace_id"
Field Value
Type Description
string

ScriptTraceRunId

ScriptTraceRun.ScriptTraceRunId: Primary key

Declaration
public const string ScriptTraceRunId = "script_trace_run_id"
Field Value
Type Description
string

StartedAt

ScriptTraceRun.StartedAt: When the trace was started

Declaration
public const string StartedAt = "started_at"
Field Value
Type Description
string

Status

ScriptTraceRun.Status: The status of the script, or exception if it fails

Declaration
public const string Status = "status"
Field Value
Type Description
string

UserExecutionTime

ScriptTraceRun.UserExecutionTime: CPU seconds spent executing

Declaration
public const string UserExecutionTime = "user_execution_time"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top