This topic describes the changes made to AQTime 4.7. For information on the changes made to other versions of the product, see Version History.
-
A number of changes have been made to the
Integration
object that is used to work with AQTime via COM. This object contains two new methods:NewProjectFromModule
andExportCurrentResults
.NewProjectFromModule
lets you create a new AQTime project for the specified executable. TheExportCurrentResults
method lets you save results that are currently shown in AQTime, to .xml file(s).Also, the
TakeSnapshot
method has a new parameter, Timeout, that lets you specify the timeout for results generation.For more information on the changes, see Working With AQTime via COM.
- A number of bug fixes.