Step.ResultRecordingOption
- Updated2025-07-21
- 1 minute(s) read
Step.ResultRecordingOption
Syntax
Step.ResultRecordingOption
Data Type
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.