Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class CRMScriptTraceRun : Carrier
public CRMScriptTraceRun()
public virtual int AssociateId { get; set; }
public virtual DateTime EndedAt { get; set; }
public virtual int ExecutionTime { get; set; }
public virtual int FileSize { get; set; }
public virtual bool ForceSaveTrace { get; set; }
public virtual string Frames { get; set; }
public virtual int NumFrames { get; set; }
public virtual int PeakMemory { get; set; }
public virtual DateTime StartedAt { get; set; }
public virtual string Status { get; set; }
public virtual int UserExecutionTime { get; set; }
Was this page helpful?