ecflow.RepeatDay

class ecflow.RepeatDay

Bases: 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 ))