runInTask

Runs the specified delegate in a task.

int
runInTask
(
scope int delegate
()
dg
)

Parameters

dg int delegate
()

application main delegate to run in a task

Return Value

Type: int

exit code to return to the OS

Meta