public interface Task
Task
represents an operation that can be performed by the
Modeler API.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getResult()
Returns any object produced as a result of executing the task.
|
java.lang.Object getResult()
null
if the task has not been executed yet, or
there was an error during execution or if the task does not produce
a result.null
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.