Hello,SiComponents is glad to announce the release of VCL Scheduling Agentversion 2.0.21 with support for RAD Studio 10.4 Sydney!SiComponents Scheduling Agent is the VCL wrapper for Microsoft TaskScheduler API and Vista Task Scheduler 2.0. The main advantage of usingSiComponents Scheduling Agent in comparison with other scheduling suites isthat the most of work on task maintenance and launching is performed by theoperating system. That is, if you want your application runs in scheduledtimes you do not need to put a timer into the application and make itresident.The Windows will launch the application just-in-time with the parameters andcustom data you have provided.The core component TTaskScheduler and attendant classes make yourapplication 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, parameterstring, working directory, etc.- Run immediately or stop a scheduled task.Supported IDEs: Delphi 5 and later, C++Builder 5 and later, RAD Studio ALL versions.Visit https://www.sicomponents.com/taskscheduler/ to find out more aboutthe Scheduling Agent and download the trial version.