Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / TraceSessionStart Property
In This Topic
    TraceSessionStart Property
    In This Topic
    Gets or sets the Reflection Trace utility to begin tracing the moment Reflection starts.
    Syntax
    expression.TraceSessionStart As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    This is useful for troubleshooting Reflection, because the utility gathers data before the settings files are loaded or macros are executed.

    Use TraceFileName to specify a filename and TraceFolder to specify a location.

    The default value is false.
    See Also