Feb 21, 2015

VCL Scheduling Agent

http://www.shareit.com/product.html?productid=191981&affiliateid=200099359&sessionid=2748260765&random=76bc7abe0deb2e8cb6ddd73b997cec48

VCL Scheduling Agent

VCL Task Scheduler Agent

Overview

SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do:
  • Enumerate all tasks on a target computer.
  • Create new scheduled tasks and delete existing ones.
  • Schedule a task to run at a specific time or when a specific event occurs.
  • Change the schedule for a task.
  • Modify other settings for a task, for example, application name, parameter string, working directory, etc.
  • Run immediately or stop a scheduled task.

Advantages

The main advantage of using SiComponents Scheduling Agent in comparision with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.

 Download Demo

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...