ResultLog.ReadNextRecord

Syntax

ResultLog.ReadNextRecord( resultLogRecordType, executionId, threadId, objects)

Return Value

Boolean

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.