I am working on something similar to this question asked in 2010
How to call Windows application using Windows service in C#?
This answer might be the solution to my problem
https://stackoverflow.com/a/2309089/1270384
Although I don't know how to do that.
Was wondering if somebody could give me an example of what is being mentioned or something similar, namely the process class being mentioned or just a brief example of how to go about the instructions given.
Update
I have a web application that checks my database for changes to a particular table. I'd like my application to be called inside of this windows service that I am trying to create which I'd like to schedule to run every 20seconds.
I'm new to windows services so didn't quite get what was being explained.
Any clarification would be greatly appreciated.