scheduleDelayedTask

Schedule a task to be execuated after the specified amount of time.

UUID
scheduleDelayedTask
(
Duration delay
,
void delegate(
)
dg
)

Parameters

delay
Type: Duration

The ammount of time to wait before executing.

dg
Type: void delegate(
)

The task to execute.

Return Value

Type: UUID

The ID of the task.

Meta