ResultLogger.LogBegin

Syntax

ResultLogger.LogBegin( thread, parentThread, modelThreadType, modelData, processModelClientPath, numberOfSockets, socketIndex)

Purpose

Logs parameters to the Model Plugin - Begin entry point.

Parameters

thread As Thread

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

parentThread As Thread

[In] Specifies the parent controller thread of the test socket thread. Pass NULL if no such thread exists.

modelThreadType As PropertyObject

[In] Pass an instance of an NI_ModelThreadType type that describes the thread parameter.

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.

processModelClientPath As String

[In] Specifies the absolute path of the process model client file. Pass an empty string if no such file exists.

numberOfSockets As Long

[In] Specifies the number of test sockets in the execution.

socketIndex As Long

[In] Specifies the test socket index for the thread parameter.