Get the closure of a task.
This function does not generate a change.
task.closure()
None
Returns the closure of the task.
Example usage task.closure():
t = task(datetime(), ||log('Dummy task'));
t.closure();
Return value in JSON format
"||log('Dummy task')"