IWorksController interface : OnCloseDiagsDialog method

OnCloseDiagsDialog method
Description
The plugin calls the OnCloseDiagsDialog method to tell VWorks software that the plugin’s diagnostics dialog box was closed.
IMPORTANT To properly inform VWorks software that the diagnostics dialog box is closed, the plugin must call the OnCloseDiagsDialog method. Otherwise, VWorks software assumes that the dialog box is still open and returns an error when the user starts or resumes a protocol. Before a protocol can run, all diagnostics windows must be closed.
Syntax
 
HRESULT OnCloseDiagsDialog(
[in] IControllerClient *Source
);
Parameters
 
Related information