Engine.DisableResults

Syntax

Engine.DisableResults

Data Type

Boolean

Purpose

Note This property is obsolete. Use the StationOptions.DisableResults property instead.

Remarks

Disables recording of results for all steps.

When this property is True , TestStand does not record results for steps. When this property is False , TestStand records results based on the setting of the Step.RecordResult property of each individual step or based on the Sequence.DisableResults property and Execution.DisableResults property.

Note TestStand might not honor changes to this property in a running sequence until the sequence completes the current step group.

See Also

Execution.DisableResults

Sequence.DisableResults

StationOptions.DisableResults

Step.RecordResult