Step.RecordResult

Syntax

Step.RecordResult

Data Type

Boolean

Purpose

Note This property is obsolete. Use the Step.ResultRecordingOption property instead.

Remarks

Specifies whether to record the Result properties of the step. If you set this property to True , TestStand records the result of the step, unless the Engine.DisableResults property is True or the Sequence.DisableResults property is True .

For steps that loop, use the Step.RecordLoopIterationResults property to specify to add step results to the sequence result list after each loop iteration.

See Also

Engine.DisableResults

Sequence.DisableResults

StationOptions.DisableResults

Step.RecordLoopIterationResults

Step.ResultRecordingOption