-
Notifications
You must be signed in to change notification settings - Fork 2
/
tasks.ini
31 lines (26 loc) · 917 Bytes
/
tasks.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
;[Daily test task]
;Type = daily
;Message = A notification will be triggered every day
;[Weekly test task]
;Type = weekly
;Weekday = Saturday
;Message = Sends a notification on a specific day of the week. You can set multiple days comma separated (e.g. Monday,Friday)
;[Monthly test task]
;Type = monthly
;Day = 10
;Message = Sends a notification on a specific day of the month. You can set multiple days comma separated (e.g. 1,15).
;[Week day of month test task]
;Type = weekdayofmonth
;Weekday = Saturday
;Occurrence = first,second,last
;Message = Sends a notification on the <Occurrence> specific weekdays of the month.
;[Yearly test task]
;Type = yearly
;Day = 10
;Month = October
;Message = A notification will be triggered on a specific day each year
;[Free test task]
;Type = free
;Day = 1,10
;Month = January,October
;Message = A notification will be send in all specified months at the configured days