What's New (version 2.1.29):
⦁ Support for Win64x (Modern) target platform.
⦁ Support for 64bit IDE for RAD Studio 12.3.
Version History
Version 2.1.28
⦁ Support for Event triggers
⦁ Support for Task triggers
⦁ Improved demo EXE with extended functionality.
⦁ saUtils unit extended with utility functions.
Version 2.1.25
- Support for Embarcadero RAD Studio 12 Athens.
- Added TriggerDelayMinutes property for the TTaskTrigger which applies to the Start-up, Logon and Session trigger types.
- Added TaskLogonType property for the TTaskItem to configure/read the logon type settings of the task item.
- SetAccountInformation() method now supports Group security settings to use with task item.
- AccountName property of the TTaskItem will return Group name if the task logon type is Group.
- Added TaskLocation read-only property for the TTaskItem to display the location path of the task in the Task Scheduler folders structure.
- Added support for “Immediate” value in Minutes2VistaPattern utility function.
- InsertAction method changed to return newly inserted action object.
- Demo project updated by adding the task properties dialog the same as OS’s one to demonstrate access to ALL elements of the task items.
Version 2.0.22
- Support for Embarcadero RAD Studio 11 Alexandria.
Version 2.0.21
- Support for Embarcadero RAD Studio 10.4 Sydney.
- New properties for TTaskTrigger: RunOnLastDayOfMonth, TimeTriggerRundomDelayMinutes, DailyTriggerRundomDelayMinutes, WeeklyTriggerRundomDelayMinutes, MonthlyDOWTriggerRundomDelayMinutes, MonthlyTriggerRundomDelayMinutes.
- Minor improvements.
Version 2.0.20
- TTaskItem.TaskCompatibility property to configure target OS for the task item.
- Minor improvements.
Version 2.0.19.1
- Fixed problem with finding/checking for existing tasks.
- Fixed problem with Interval property for tasks created with MS Task version 1.0.
Version 2.0.18
- Embarcadero RAD Studio 10.3 Rio support. Win32 and Win64 applications.
Version 2.0.17
- Embarcadero RAD Studio 10.2 Tokyo support. Win32 and Win64 applications.
Version 2.0.16
- Embarcadero RAD Studio 10.1 Berlin support. Win32 and Win64 applications.
Version 2.0.15
- Updated PAS files for correct generation of HPP files to use under C++ projects.
Version 2.0.14
- Embarcadero RAD Studio 10 Seattle support. Win32 and Win64 applications.
Version 2.0.13
- Embarcadero RAD Studio XE8 support. Win32 and Win64 applications.
Version 2.0.12
- Embarcadero RAD Studio XE7 support. Win32 and Win64 applications.
Version 2.0.11
- Embarcadero RAD Studio XE6 support. Win32 and Win64 applications.
Version 2.0.10
- Embarcadero RAD Studio XE5 support. Win32 and Win64 applications.
Version 2.0.9
- Embarcadero RAD Studio XE4 support. Win32 and Win64 applications.
- Method GetRunTimes() fixed for Windows Vista and later support.
Version 2.0.8
- Embarcadero RAD Studio XE3 support. Win32 and Win64 applications.
Version 2.0.7
- Embarcadero RAD Studio XE2 support. Win32 and Win64 applications.
- Added feature to schedule tasks under SYSTEM account under Windows Vista and later.
- Added TaskInstancesPolicy property to TTaskItem, which helps to configure a policy for multiple task instances under Windows Vista and later.
Version 2.0.6
- Fixed problem with RUN_ONLY_IF_LOGGED_ON flag under Windows Vista and later.
- Fixed problem with start date-time settings for weekly and monthly triggers under Windows Vista and later.
Version 2.0.5
- Embarcadero RAD Studio XE support.
Version 2.0.3
- Embarcadero RAD Studio 2010 support.
Version 2.0.2
- Fixed problem with MaxRunTime under Windows Vista.
- Added ShowHidden property to show hidden tasks under Windows Vista.
Version 2.0.1.8
- Fixed problem with ExitCode under Windows Vista.
- Fixed bug with ttAtLogon and ttOnIdle mix in TTriggerType declaration.
Version 2.0.1
- CodeGear RAD Studio 2009 support.
- Fixed some small bugs and few improvements implemented.
Version 2.0
- Full support for Windows Vista Task Services.
- CodeGear RAD Studio 2007 support.
Version 1.0.5
- New method SchedulerServiceRunning.
- Turbo Delphi and Turbo C++ support.
Version 1.0.4.1
- Borland Developer Studio 2006 support.
Version 1.0.4
- Fixed the problem with creating scheduling tasks under limited accounts.
- Added some quick actions to the demo project to demonstrate some basic tasks.