Sequence.DisableResults

Syntax

Sequence.DisableResults

Data Type

Boolean

Purpose

Specifies to disable result recording for any steps in the sequence.

Remarks

If this property is True , TestStand does not record results for any steps in the sequence. If this property is False , TestStand records results based on the setting of the Step.ResultRecordingOption property of each individual step or the StationOptions.DisableResults and Execution.DisableResults properties.

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

StationOptions.DisableResults

Step.ResultRecordingOption