MilkScript

Automate tasks with MilkScript.

menu

Recurrence


interval(count)

Sets the interval between occurrences.

Parameters

count

The interval between occurrences.

Return value

Recurrence


onlyAfterCompletion()

Configures the recurrence rule to generate a new task instance only when the previous one is completed.

Return value

Recurrence


times(count)

Configures the recurrence rule to end after the given number of occurrences.

Parameters

count

The number of times to recur.

Return value

Recurrence


until(date)

Configures the rule to end on the given date (inclusive).

Parameters

date

The date to stop the rule from recurring.

Return value

Recurrence