Igor Sitikov 5 Posted September 20, 2021 Hello, SiComponents is glad to announce the release of VCL Scheduling Agent version 2.0.22 with support for RAD Studio 11 Alexandria! SiComponents Scheduling Agent is the VCL wrapper for Microsoft Task Scheduler API and Vista Task Scheduler 2.0. The main advantage of using SiComponents Scheduling Agent in comparison with other scheduling suites is that the most of work on 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 the application just-in-time with the parameters and custom data you have provided. 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. Supported IDEs: RAD Studio ALL versions, Delphi 5 and later, C++Builder 5 and later. Visit https://www.sicomponents.com/taskscheduler/ to find out more about the Scheduling Agent and download the trial version. Share this post Link to post
softtouch 9 Posted April 4, 2022 Does it also install using Delphi 11.1? Share this post Link to post
Igor Sitikov 5 Posted April 4, 2022 Yes, 11.1 is just a "point" release and is fully compatible with 11. So just use Alexandria (RAD Studio 11) during install. Share this post Link to post
softtouch 9 Posted April 5, 2022 On 4/4/2022 at 10:40 AM, Igor Sitikov said: Yes, 11.1 is just a "point" release and is fully compatible with 11. So just use Alexandria (RAD Studio 11) during install. Sounds good. I purchased once a license, but its some years ago. I tried to purchase a new license now, but even I added my vat id, it still add 19% vat to it, so I cancelled it. Share this post Link to post
Igor Sitikov 5 Posted April 6, 2022 If you previously had a license you don't need a new one, just renewal option will be sufficient for you. VAT will apply despite of VAT ID in case you're in Germany, because our payment processor is in Germany as well, AFAIK. Share this post Link to post