Click or drag to resize

RuntimeManagerIsVariablesTrace Property

Gets or sets if the creation of variables trace items is ON or OFF. The default value is ON (True).

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public bool IsVariablesTrace { get; set; }

Property Value

Type: Boolean

Implements

IRuntimeManagerIsVariablesTrace
Remarks
Normally the creation of Variables Trace items can be switched ON or OFF via registering the VariableTraceItemAdded Event. In some cases, the event needs to be registered, even if it is not used. To optimize the runtime performance the the creation of Variables Trace items can be also switched OFF via this property.
See Also