StepType.MutexNameOrRefExpr

Syntax

StepType.MutexNameOrRefExpr

Data Type

String

Purpose

Specifies which lock the step acquires and releases. TestStand ignores this property when the StepType.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

StepType.BatchSyncOption

StepType.UseMutex