Hi Henrik,
If you recall, back when we reported the Memory Leak bug to you, I reported this issue as minor. It's starting to become a major nuissance. If we can get this fixed as part of testing the recent MSA Group Accounts feature you added, that would be great!
Steps to Reproduce:
1. Create a c# program that does simply:
class Program { static void Main() { while (true) { Thread.Sleep(1000); } } }
2. Add a VisualCron Job with an Execute task pointed to the C# program.
3. Add a VisualCron Job that Kills this task, e.g.
taskkill /im TestProgram.exe /f
Expected Behavior:
Status on the Task should be blank.
Actual Behavior:
Status on the Task says "Running - 99%"