Stops 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 StopDataLoggingSession ( _
sessionName As String, _
<OutAttribute> ByRef logFilePaths As String() _
) As Error |
| C# |
|---|
Error StopDataLoggingSession(
string sessionName,
out string[] logFilePaths
) |
Parameters
- sessionName
- Type: System.String
Specifies the unique name of the data logging session.
- logFilePaths
- Type:
System.String
%
Indicates the file paths of all log files generated by the data logging session.
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.