IStimulusProfileSession.Locked Property
- Updated2023-02-21
- 2 minute(s) read
Indicates whether the Stimulus Profile Session is locked. If the session is locked, any attempts to modify its execution state fail.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
ReadOnly Property Locked As Boolean |
| C# |
|---|
bool Locked { get; } |
| Visual C++ |
|---|
property bool Locked { bool get (); } |