GeekArticles
Microsoft
C#Guadagno Task Scheduler
Author: codeproject.com |
Published: 15th May 2007 |
Visited: 148 times |
Add CommentFiled in: CSharpThe Guadagno Task Scheduler is a Windows Service application that allows you to create tasks (.NET assemblies) that can be executed a different intervals.
Read Article Sponsored Links
Related Articles
• SQL Agent: A Job Scheduler Framework An easy-to-use .NET solution for Job Scheduling with pluggable actions that runs on a Windows Service. Back up your SQL Server Express and much m ...
• scheduler-calling shell script I have created a job in oracle 10.2.0.1.0 /linux
BEGIN
dbms_scheduler.CREATE_JOB (
job_name => 'TEST_JOB',
job_type => 'EXECUTABLE',
job_action => '/tmp/test1.sh',
start_date => '01-jan-08 05:51:00 PM US/Pacific',
repeat_interval => ...