INTERVAL.SET
Sets the default interval for all sheets with a timer trigger or the interval for a specified sheet. The default interval is an overall setting in an App that applies to each Streamsheet which has a timer trigger with activated default interval. It generally defines how long the sheet pauses between calculation cycles (in seconds).
Syntax
=INTERVAL.SET(Interval, [Streamsheet])
Arguments
Name | Type | Description |
---|---|---|
Interval | Number | New interval in seconds |
Streamsheet (optional) | Sheet | Define the Streamsheet to apply the new interval to. If not specified the default interval is set. Options: |
Return
Type | Description |
---|---|
Boolean | Depends on condition. TRUE or FALSE |
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | The default interval is set to one second. |