| Line 1: |
Line 1: |
| − | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on how long the device has been running since boot.</pre> |
| − | This constraint can be used to allow/prevent a macro being invoked depending on how long the device has been booted. | + | |
| − | </pre> | + | ''' Options ''' |
| | + | |
| | + | * '''Time Since Boot''' - Set a minimum or maximum time |
| | + | |
| | + | ''' Example ''' |
| | + | |
| | + | ''Example 1: Prevent heavy operation if the phone has recenlty booted and may still be initialising'' |
| | + | <pre class="trigger-style">Triggers |
| | + | |
| | + | Regular Interval: 1 hour</pre> |
| | + | <pre class="action-style">Actions |
| | + | |
| | + | Run Macro: System Backup</pre> |
| | + | <pre class="constraint-style">Constraints |
| | + | |
| | + | Time Since Boot - Greater than 1 minute</pre> |
| | + | |
| | + | ''' See Also ''' |
| | + | |
| | + | * [[Trigger: Device Boot|Device Boot Trigger]] |