ResultLogger.ContinueInNewFile

Syntax

ResultLogger.ContinueInNewFile( path)

Purpose

Completes writing to the current TestStand results ( .tsr ) file, closes the file, and then opens a new file for future writing.

Remarks

If a Begin record does not have a corresponding End record, this method creates an End record in the old file and copies the Begin record to the new file. This method deletes any records for in-progress UUTs or batches from the old file and copies the records to the new file.

Parameters

path As String

[In] Specifies the path of the new file.