COM Interface: How to clear results?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2010
01:28 AM
03-10-2010
01:28 AM
COM Interface: How to clear results?
Hello everyone,
The last few days I experimented with the COM-functionality of AQTime. It works quite well. I wrote an Delphi-application which does the following things:
At somepoints I could need a little help:
Thanks for the help.
Best regards
Thomas
The last few days I experimented with the COM-functionality of AQTime. It works quite well. I wrote an Delphi-application which does the following things:
- Open a AQTime-project
- Select the Coverage Profiler
- Run every executable within the project (generating a single result-report for every run)
- Quit AQTime
At somepoints I could need a little help:
- Is it possible to merge results through COM?
- Is it possible to clear existing results through COM?
- Is it possible to move results to "saved results" through COM?
Thanks for the help.
Best regards
Thomas
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2010
07:04 PM
03-11-2010
07:04 PM
Hello Thomas,
There is no way to merge results or move them to the Saved Results folder via COM. To clear results, you can use the IntegrationManager object's ClearResults method.
Please see the Methods and Properties of the IntegrationManager Object article for more information.
Best regards,
Alexey
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
