com.ibm.task.api
Interface TaskResult
- All Superinterfaces:
- java.io.Serializable
public interface TaskResult
- extends java.io.Serializable
Returns the result of an API call that processes multiple task instances,
for example, the result of a complete(TKIID[]) call.
- Since:
- 6.1
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
TaskException |
getTaskException()
Returns the TaskException object that describes any error that occurred during processing. |
TKIID |
getTKIID()
Returns the object identifier of the task instance that has been processed. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getTKIID
TKIID getTKIID()
- Returns the object identifier of the task instance that has been processed.
getTaskException
TaskException getTaskException()
- Returns the TaskException object that describes any error that occurred during processing.
Returns null if processing completed successfully.