Get the owner of the the task as string value.
This function does not generate a change.
task.owner()
None
Returns the name of the owner from the task.
Example code to get the owner of a task:
t = task(datetime(), ||nil);
t.owner(); // Returns the owner of the task
Return value in JSON format
"admin"