Difference between revisions of "Constraint: Auto Sync"

 
Line 1: Line 1:
<span style="color: #0E9549; font-size: 24px;">'''About this constraint '''</span>
+
<pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current auto-sync setting.</pre>
  
This constraint can be used to allow a trigger to fire only when auto sync mode is enabled/disabled.
+
''' 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