ecflow.Repeat

class ecflow.Repeat

Bases: instance

Represents one of RepeatString,RepeatEnumerated,RepeatInteger,RepeatDate,RepeatDay

Repeat.empty((Repeat)arg1) bool :

Return true if the repeat is empty.

Repeat.end((Repeat)arg1) int :

The last value of the repeat, as an integer

Repeat.name((Repeat)arg1) str :

The repeat name, can be referenced in trigger expressions

Repeat.start((Repeat)arg1) int :

The start value of the repeat, as an integer

Repeat.step((Repeat)arg1) int :

The increment for the repeat, as an integer

Repeat.value((Repeat)arg1) int :

The current value of the repeat as an integer