IStimulusProfileSession.Pause Method ()
- Updated2023-02-21
- 2 minute(s) read
Pauses the Stimulus Profile Session. If an error occurs, this instance outputs an error object.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Sub Pause ( _ <OutAttribute> ByRef error As Error _ ) |
| C# |
|---|
void Pause( out Error error ) |
| Visual C++ |
|---|
void Pause( [OutAttribute] Error^% error ) |
Parameters
- error
- Type:
Error
%
The error object.