Close Method
Shuts down the XJTAG system. Must be called before exiting any application that uses the XJRunner Integration API, to ensure that all threads that XJTAG has created are stopped.
Type: XjtagSystem
Namespace: XJTAG.Integration
Syntax
public static void Close()
Remarks
Not calling Close before exiting can cause your application to hang at exit and not actually terminate, since there may be XJTAG created threads still active in the process.
XJTAG v4.2.5
