scheduleIntervaledTask

Schedule a task to be executed on an interval, until the task returns true.

Parameters

interval
Type: Duration

The interval on which to call this task.

dg
Type: bool delegate(
)

The task to execute.

Return Value

Type: UUID

The ID of the task.

Meta