Dismiss FeatureWorks Dialog via the API

Does anyone know how to dismiss this FeatureWorks dialog via the API?

image

Running SOLIDWORKS with /r /b args does not work. I think it should since the dialog looks like it uses SldWorks::SendMsgToUser2

Have you tried to hide SW window during that question?

When I’ve come across situations like this, I’ve detected if the active window handle is not solidworks, been using “SendKeys” to hit escape the dialog box.
SendKeys has always been my work around to anything that is not in the API yet.

Sendkeys is not the best idea. It requires SW to be active. My users might writing something on another screen. I do not like stealing the focus from the active window either.