Controlling Comodo SecurityLevels from my program

I want to create an app that will close some unnecessary applications on game launch and then reopen them on game exit.
What I also want to do is disable Comodo AV realtime scan and block FW and unknown applications activity. I know there is a Game mode, but i don’t like its default behavior to allow everything.

So my question is, is there some sort of API or interoperability that would allow me to set security levels programmaticaly through C++ or C#? Or at least, is it possible to enable/disable GameMode programmaticaly?

Best Regards