ResultLogger.LogBatchDone

Syntax

ResultLogger.LogBatchDone( thread, modelData, uut, uutStatus)

Purpose

Logs parameters to the Model Plugin - Batch Done entry point.

Parameters

thread As Thread

[In] Specifies the process model controller or test socket thread that invokes this method.

modelData As PropertyObject

[In] Specifies the process model-specific data. At a minimum, this parameter must be a container with a field named ModelType using the NI_ModelType type. For controller threads, this parameter must also contain a field named TestSockets using a container array type, where each element in the array contains a field named MainSequenceResults using an object reference type.

uut As PropertyObject

[In] Specifies the container that describes the UUT.

uutStatus As String

[In] Specifies the result status for the UUT.