Step.RunMode

Syntax

Step.RunMode

Data Type

String

Purpose

Note This property is obsolete. Use the Step.GetRunModeEx and Step.SetRunModeEx methods instead.

Remarks

Specifies the run mode of the step. Although you can use this property, it is now equivalent to setting or getting the sequence file version of the run mode.

The RunModes constants define the valid values for this property.

This property is the run mode TestStand stores for the step in the sequence file. To set the run mode temporarily, set the Step.RunTimeRunMode property instead. Setting this property also sets the Step.RunTimeRunMode property. In the sequence editor, the Sequence File window shows this property for the steps, and the Execution window shows the Step.RunTimeRunMode property for the steps.

Note The Step.RunTimeRunMode property is obsolete. Use the Step.GetRunModeEx and Step.SetRunModeEx methods instead.

See Also

RunModes

Step.GetRunModeEx

Step.SetRunModeEx