ResultLog.ReadNextRecord
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
ResultLog.ReadNextRecord
Syntax
ResultLog.ReadNextRecord( resultLogRecordType, executionId, threadId, objects)
Return Value
Purpose
Reads one record from the TestStand results ( .tsr ) file. Returns False if no more records exist.
Parameters
resultLogRecordType As ResultLogRecordTypes
[Out] Returns the type of record read.
executionId As Long
[Out] Returns the ID of the execution that logged the record.
threadId As Long
[Out] Returns the ID of the thread that logged the record.
objects As Object Array
[Out] Returns the objects logged to the record.