Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to perform the task after creating a scheduled task after a given duration of time
by using C# code in windows based application in framework 2.0
Posted

If the task is scheduled why do you need to manually execute it? The point of a SCHEDULED task is so it will execute at a SCHEDULED time.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 11-Jan-12 8:19am    
There is always some reason. We have automated operation of a search engine cluster which periodically does stuff via scheduled jobs, but every now and then when manual intervention is nescessary a job needs to be started outside its normal schedule. Since this needs to be done on 20-30 machines I've written a small C# prog which does exactly that using the library I referenced in my solution.

Cheers!
This library will fulfill all your needs regarding Scheduled Jobs: http://taskscheduler.codeplex.com/[^].

Regards,

Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900