dahall / TaskScheduler

Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
MIT License
1.2k stars 191 forks source link

Add an Example for RepetitionPattern Class #974

Closed naidu123 closed 1 year ago

naidu123 commented 1 year ago

Hi, I have a requirement to call a particular method 4 times in a day, that method has implemented inside the application, that application always running in that system as a start up application

TODO (optional): I wanted to execute particular methods in 6 hours once in a day, I am using DailyTrigger which is executing daily at once, but we need to execute methods in 4 times a day.

Please help us to complete this task.

Thanks & Regards Manjunath 9014950956

Help Topic: https://dahall.github.io/TaskScheduler/html/T_Microsoft_Win32_TaskScheduler_RepetitionPattern.htm

dahall commented 1 year ago

There is an example there already. In your case, the interval is 6 hours.