Documentation
RepeatDay
Installation
Bases: instance
instance
A repeat that is infinite.
A node can only have one repeat.
Constructor:
RepeatDay(step) int step: The step.
Usage:
t = Task('t1', RepeatDay( 1 ))