IWorkspace.GetEngineState Method
- Updated2023-02-21
- 2 minute(s) read
This method is deprecated in NI VeriStand 2010 and later. Use the GetSystemState method instead.
Namespace:
NationalInstruments.VeriStand.ClientAPIReturns the current state of the VeriStand Engine.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Function GetEngineState ( _ <OutAttribute> ByRef state As SystemState, _ <OutAttribute> ByRef workspace_file As String, _ <OutAttribute> ByRef systemdefinition_file As String, _ <OutAttribute> ByRef ip_address As String _ ) As Error |
C# |
---|
Error GetEngineState( out SystemState state, out string workspace_file, out string systemdefinition_file, out string ip_address ) |
Visual C++ |
---|
Error^ GetEngineState( [OutAttribute] SystemState% state, [OutAttribute] String^% workspace_file, [OutAttribute] String^% systemdefinition_file, [OutAttribute] String^% ip_address ) |
Parameters
- state
- Type:
NationalInstruments.VeriStand.ClientAPI.SystemState
%
The current SystemState of the VeriStand Engine.
- workspace_file
- Type:
System.String
%
The current system definition file. The workspace file does not exist in NI VeriStand 2010 and later.
- systemdefinition_file
- Type:
System.String
%
The current system definition file.
- ip_address
- Type:
System.String
%
The IP address of the system.