Task
Objects
A Task
represents an operation that can be performed
by the Modeler API.
t.getResult() : Object
Returns any object produced as a result of executing the task.
This may be None
if the task has not been executed
yet, or there was an error during execution or if the task does not
produce a result.