I am started working on Windows10 Task Scheduler .
I am developing GUI application in that I have requirement to control the number of days interval for trigger the task.
Suppose If I enter 5 days in my GUI then it should trigger the task in 5 days. Likewise randomly user can change the days.
Currently I have a task which is already exists in the task Scheduler, in that I need to control the days for to trigger in the User Interface.
I have seen the examples of Task Scheduler in MSDN but all of them are related to creating a new task or retrieving the states of existing task.
I don't want to create a new task , I want to edit the existing same task every time.
I didn't find anything which is related to editing the task which is already present in Task Scheduler.
Requesting anyone to please help me in editing the time trigger days in C++ using Task Scheduler 2.0.