Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:next_sequence_time [2022/09/01 06:38] – created - external edit 127.0.0.1 | a_f:f:99_a:next_sequence_time [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:next_sequence_time to a_f:f:f:next_sequence_time administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | ||
| - | ====== NEXT_SEQUENCE_TIME ====== | ||
| - | |||
| - | ===== Description ===== | ||
| - | Defines a time sequence that starts at a particular minute of a particular hour and then occurs every few minutes. Returns “Yes” if the current time coincides with the sequence occurrence. | ||
| - | ===== Parameters ===== | ||
| - | identifier of the time sequence (any text that has to be unique across all sequences), minutes of the hour when the sequence starts and time interval of the sequence in minutes | ||
| - | ===== Example ===== | ||
| - | <code aim>IF NEXT_SEQUENCE_TIME(' | ||
| - | | ||
| - | /* this will return Yes at 00, 15, 30 and 45 minutes of every hour)*/ </ | ||