closure

Get the closure of a task.

This function does not generate a change.

Function

task.closure()

Arguments

None

Return value

Returns the closure of the task.

Example

Example usage task.closure():

t = task(datetime(), ||log('Dummy task'));
t.closure();

Return value in JSON format

"||log('Dummy task')"