TestStand 2019 Help
Edition Date: May 2019
Part Number: 370052AA-01
»View Product Info
Syntax
Step.ResultRecordingOption
Data Type
ResultRecordingOptions
Use the following constants with this data type:
- ResultRecordingOption_Disabled–(Value: 0) Specifies that the step does not record results.
- ResultRecordingOption_Enabled–(Value: 1) Specifies that the step records results unless the Sequence.DisableResults or StationOptions.DisableResults property is True.
- ResultRecordingOption_EnabledAndOverrideSequenceSetting–(Value: 2) Specifies that the step records results unless the StationOptions.DisableResults property is True.
Purpose
Specifies whether to record the result properties of the step.
Remarks
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
Sequence.DisableResults
Step.RecordLoopIterationResults