Step.MutexNameOrRefExpr

Syntax

Step.MutexNameOrRefExpr

Data Type

String

Purpose

Specifies which lock the step acquires and releases. This property is ignored if the Step.UseMutex property is False .

Remarks

Enter a string expression to specify the name of an existing lock. You can also enter an expression that evaluates an ActiveX reference to an existing Lock object.

Pass an empty string to specify that TestStand uses a lock unique to the step.

See Also

Step.BatchSyncOption

Step.UseMutex