Git Product home page Git Product logo

Comments (5)

dahall avatar dahall commented on June 14, 2024

It appears that the code you have is the cause of your problem. You have specified a duration of 1 min.

// This line is from your code and sets the duration to 1 minute.
trigger.Repetition.Duration = new TimeSpan(0, 1, 0);
// Change it to this line to get the 2 minute duration
trigger.Repetition.Duration = TimeSpan.FromMinutes(2);

from taskscheduler.

Jaryllan avatar Jaryllan commented on June 14, 2024

Sorry, it was my mistake. The code did not describe the issue correctly. I have amend it to 2 minutes.

trigger.Repetition.Duration = new TimeSpan(0, 2, 0);

from taskscheduler.

dahall avatar dahall commented on June 14, 2024

So with the corrected code, do you still have the issue reported?

from taskscheduler.

Jaryllan avatar Jaryllan commented on June 14, 2024

Anyway, i have perform some testing to re-simulate the above case and noticed that the task created from the code ticks the "Synchronize across time zone", whereas in my manually created task in task scheduler windows, i did not tick the "Synchronize across time zone". So once I tick that, it behaves the same as the task being created from the code.

So it isn't an issue anymore and there's no bug in the code, since it behave the same as what it is being created manually in task scheduler window.

Kind of weird that once "Synchronize across time zone" is ticked, the task will not run the final/last "Next Run Time".

from taskscheduler.

dahall avatar dahall commented on June 14, 2024

That is peculiar, but it appears to be a problem with native Microsoft library then.

from taskscheduler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.