Hi community,
I created a job with one task, which starts a .net program. Even when I uncheck the "Run in hidden window" checkbox, the program runs without showing the window.
I've tried as console application as well as in WinForms, both do not show up.
The problem about this is, that I have to controlled shut down the running task (which is a batch job, handling large amounts of data) from Visual Cron, to continue at an other point in time.
But with not showing up the UI the events of the form (or console window) are not called.
In WinForms the Application.ThreadExit event is called, but this does not wait for the shut down action to be done.
If I run my program and press the red x (close window), everything works fine.
Any ideas?
Thank you in advance
Greetings
Roland