The timer add-in is the most widely used add-in. The timer add-in triggers events at predefined times.
features | |
Add-in type | Event |
Interfaces | |
Transactions | |
Events | <instance> |
parameter | |
interval | Interval time of the timer in milliseconds If no further information is given, the timer add-in triggers an event after the interval has expired. However, if further information is provided, it acts as an additional filter. Combinations are also possible, such as “on the 1st day of every month at 6:00 a.m.” or “Sundays at 8:00 p.m.”. |
timeOfDay | Filter for a specific time of day, specified in hours and minutes. Several times of the day are separated by semicolons. Example: “06:30; 12:00” |
dateOfYear | Filters for a specific date or day of the month Multiple dates can be separated by semicolons. Example: “31.12.” (only on this day) or «1st; 14th» (always on the 1st and 14th of each month) |
dayOfWeek | Filter for certain days of the week (1 = Monday, …, 7 = Sunday) Example: “1; 2; 3; 4; 5” (on all working days) |