VeriStand .NET API Reference

IDataLogging.GetDataLoggingSessionState Method

Returns the state of the data logging session.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function GetDataLoggingSessionState ( _
	sessionName As String, _
	<OutAttribute> ByRef state As DataLoggingSessionState _
) As Error
C#
Error GetDataLoggingSessionState(
	string sessionName,
	out DataLoggingSessionState state
)
Visual C++
Error^ GetDataLoggingSessionState(
	String^ sessionName, 
	[OutAttribute] DataLoggingSessionState% state
)

Parameters

sessionName
Type: System.String
Specifies the unique name of the data logging session.
state
Type: NationalInstruments.VeriStand.ClientAPI.Logging.DataLoggingSessionState %
Indicates the state of the data logging session.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience