Sorry for the earlier confusion. I was using
TaskService task = new TaskService(MachineName,null,null,null,false)
instead of
TaskService task = new TaskService(MachineName,null,null,null,true)
Now everything works!
Thanks for the suggestion!
Sorry for the earlier confusion. I was using
TaskService task = new TaskService(MachineName,null,null,null,false)
instead of
TaskService task = new TaskService(MachineName,null,null,null,true)
Now everything works!
Thanks for the suggestion!