Time window

A decision block that checks, or awaits a specific or recurring window of time.

If the proceed option is set to Immediately, then instantly check if the current time, or the supplied timestamp, is within the window of time without pausing the fiber. If is set to Inexact or Exact, then the fiber will pause until the time of day and proceed through the YES path (every odd visit), or until the end of the duration and proceed through the NO path (every even visit).

Additionally, if Inexact the fiber may proceed at a later time to “batch” alarms together across the system, minimizing battery use, if Exact the fiber will proceed as timely as possible.

Note! Accurate timing is impossible on Android 6+, expect up to 15 minutes inaccuracy. Accuracy may be improved by using a Timing accuracy workaround option in settings.

Usage examples

Options

Input arguments