Class DBC.ScriptTraceRunFields
Fields for ScriptTraceRun, Traces of executed scripts
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ScriptTraceRunFields : Object
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 |