scheduleTimedTask

Schedule a task to be executed until the duration expires.

Parameters

duration
Type: Duration

The duration to execute the task for.

dg
Type: void delegate(
)

The task to execute.

Return Value

Type: UUID

The ID of the task.

Meta