TestFinished Event
Occurs when testing on the XJLink2 hardware has finished. This event is fired from an arbitrary thread.
Type: XJLink
Namespace: XJTAG.Integration
Syntax
public event EventHandler<XjlinkTestFinishedEventArgs> TestFinished
Remarks
This event is fired from the thread on which the test code is running. You therefore need to be careful about synchronising access to your data structures and, if your code accesses any user interface controls, you will need to use BeginInvoke to ensure that you access methods and properties from the appropriate thread.
XJTAG v4.2.5
