Step.MutexNameOrRefExpr
- Updated2024-10-09
- 1 minute(s) read
Step.MutexNameOrRefExpr
Syntax
Step.MutexNameOrRefExpr
Data Type
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.