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 CRMScriptRunResult : Carrier
public CRMScriptRunResult()
public virtual CRMScriptErrorInfo ErrorInformation { get; set; }
public virtual EventData Eventdata { get; set; }
public virtual StringDictionary Headers { get; set; }
public virtual string Output { get; set; }
public virtual StringDictionary Parameters { get; set; }
public virtual int StatusCode { get; set; }
public virtual string StatusMessage { get; set; }
public virtual bool Success { get; set; }
public virtual CRMScriptTraceRun TraceRun { get; set; }
Was this page helpful?