======Event_WindowMinimize====== This event is sent to the plugin after minimizing a main GRT window. The event can be activated/deactivated in the plugin manifest. ===Values=== * **//(integer) windowhandle//** - Windowhandle of the current GRT main window ===JSON source (example)=== { "Event_WindowMinimize":{ "windowhandle":531876, } }