scheduleTask

Schedule a task to be executed until it returns true.

UUID
scheduleTask
(
bool delegate(
)
dg
)

Parameters

dg
Type: bool delegate(
)

The task to execute.

Return Value

Type: UUID

The ID of the task.

Meta