trigger:Cron
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| trigger:Cron [2020/09/08 01:28] – [Examples] ADD First Sat Example, and convert to table JMichaelTX | trigger:Cron [2025/03/27 05:08] (current) – [Examples] peternlewis | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | The *Cron trigger* (v8+) lets you execute a macro periodically while you are logged in. | + | ====== Cron Trigger ====== |
| + | |||
| + | The *Cron* | ||
| The Cron format lets you specify when a trigger will fire based on the time of day and and day of month and week. | The Cron format lets you specify when a trigger will fire based on the time of day and and day of month and week. | ||
| Line 42: | Line 44: | ||
| | `0 12 * * Mon` | AT noon each Monday | | | `0 12 * * Mon` | AT noon each Monday | | ||
| | `0 18 * * Fri` | AT 6pm each Friday | | | `0 18 * * Fri` | AT 6pm each Friday | | ||
| - | | `0 9,12,18 * * *` | AT 9am, 12am and 3pm each day | | + | | `0 9,12,18 * * *` | AT 9am, noon, and 3pm each day | |
| | `* * * * 1-5` | AT EVERY minute on workdays | | | `* * * * 1-5` | AT EVERY minute on workdays | | ||
| | `*/15 * * * *` | AT EVERY quarter hour | | | `*/15 * * * *` | AT EVERY quarter hour | | ||
| Line 54: | Line 56: | ||
| | `3-59/5 * * * *` | EVERY five minutes (AT :03, :08, :13, etc) | | | `3-59/5 * * * *` | EVERY five minutes (AT :03, :08, :13, etc) | | ||
| | `30 8 1-7 * +Sat` | AT 8:30 am on the first Saturday of each of month | | | `30 8 1-7 * +Sat` | AT 8:30 am on the first Saturday of each of month | | ||
| + | |||
| ===== See Also ===== | ===== See Also ===== | ||
| - | * [[https:// | + | === Actions === |
| - | * [[https:// | + | |
| + | * [[: | ||
| + | |||
| + | === Tokens === | ||
| + | |||
| + | * [[token: | ||
| + | * [[token: | ||
| + | * [[token:TriggerValue|%TriggerValue%]] | ||
| + | * [[:Tokens|See all Tokens]] | ||
| === Triggers === | === Triggers === | ||
| Line 65: | Line 76: | ||
| * [[Idle]] trigger | * [[Idle]] trigger | ||
| * [[/ | * [[/ | ||
| + | |||
| + | ===== Forum ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
trigger/Cron.1599528488.txt.gz · Last modified: by JMichaelTX
