Body of the task - non-divisible unit of work done by this task.
Body of the task - non-divisible unit of work done by this task.
Optionally is provided with the result from the previous completed task
or None
if there was no previous task (or the previous task is uncompleted or unknown).
A result that can be accessed once the task is completed.
A result that can be accessed once the task is completed.
Decides whether or not this task should be split further.
Decides whether or not this task should be split further.
Splits this task into a list of smaller tasks.
Splits this task into a list of smaller tasks.
Creates a String representation of this object.
Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.
a String representation of the object.