ResultLogger.LogEnd
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ResultLogger.LogEnd
Syntax
ResultLogger.LogEnd( thread, modelData)
Purpose
Logs parameters to the Model Plugin - End entry point.
Remarks
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.