IModel.GetModelExecutionState Method
- Updated2023-02-21
- 2 minute(s) read
Gets the state and running time of a model.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Function GetModelExecutionState ( _ <OutAttribute> ByRef time As Double, _ <OutAttribute> ByRef state As ModelState _ ) As Error |
C# |
---|
Error GetModelExecutionState( out double time, out ModelState state ) |
Visual C++ |
---|
Error^ GetModelExecutionState( [OutAttribute] double% time, [OutAttribute] ModelState% state ) |
Parameters
- time
- Type:
System.Double
%
The current running time of the model.
- state
- Type:
NationalInstruments.VeriStand.ClientAPI.ModelState
%
The current ModelState.