Difference between revisions of "Constraint: Auto Sync"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current auto-sync setting.</pre> |
| − | + | ''' Options ''' | |
| + | |||
| + | * '''Enabled''': Constraint passes only when auto-sync is on | ||
| + | * '''Disabled''': Constraint passes only when auto-sync is off | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Pause sync overnight if it is currently enabled'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Day/Time Trigger - 01:00</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Autosync On/Off (Disable)</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Auto Sync - Enabled</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Action: Autosync On/Off|Autosync On/Off Action]] | ||
Latest revision as of 10:59, 9 January 2026
This constraint allows or prevents a macro/feature from running based on the current auto-sync setting.
Options
- Enabled: Constraint passes only when auto-sync is on
- Disabled: Constraint passes only when auto-sync is off
Example
Example 1: Pause sync overnight if it is currently enabled
Triggers Day/Time Trigger - 01:00
Actions Autosync On/Off (Disable)
Constraints Auto Sync - Enabled
See Also