mjrgh / PinballY

A table browser and launcher ("front end") for virtual pinball cabinets.
Other
47 stars 22 forks source link

Javascript addon for checking a specific windows process #187

Open worksasdesigned opened 3 years ago

worksasdesigned commented 3 years ago

Is your feature request related to a problem? Please describe. If veeam backup is running, my Vpin is extreamly slow. Starting a table just results in extreamly laggy system performance. So i would like to check if "veeam-process is running" and if so, a message box should be shown .

Describe the solution you'd like "on table change" - check if a specific windows process is (still) active. Show Info-Box.

Describe alternatives you've considered i tried to push the veeam window from taskbar to the top, but this conflicts with PinballY "always on top" setting.

Additional context This is not realy a feature request. i just haven't found any stack overflow example how to access / check windows processes in JavaScript. Sorry for my bad coding skills :-(