08-23-2016 12:43 PM
Hello Community,
Using Teststand 2014 32bit
Is there a way to programmatically toggle Result Processing for the Database Enable/Disable checkbox in Teststand?
Solved! Go to Solution.
08-23-2016 02:06 PM
Hi MechUnit,
You can programmatically toggle different report plugins using the DatabaseOptions and ReportOptions callbacks as described in this KnowledgeBase Article.
This only affects the currently running sequence, it does not change what the Result Processing dialog box will show or affect other sequences.
08-23-2016 03:07 PM
I believe you can also use this expression from this post:
RunState.Root.Locals.ModelPluginConfiguration.Plugins[<SelectedPluginID>].PluginSpecific.Options.DisableReportGeneration