I cant find anything in the documentation that tells me how to edit tasks I have already registered? I have tried:
matchingJob.Definition.Settings.Enabled = false;
matchingJob.Definition.Triggers.Clear();
matchingJob.Definition.Triggers.Add(trigger);
I get no errors but my tasks are not amended?
matchingJob.Definition.Settings.Enabled = false;
matchingJob.Definition.Triggers.Clear();
matchingJob.Definition.Triggers.Add(trigger);
I get no errors but my tasks are not amended?