com.ibm.task.api
Interface TaskResult
All Superinterfaces:
java.io.Serializable
- public interface TaskResult
- extends java.io.Serializable
Since:
6.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getTaskException()
Returns the TaskException object that describes any error that occurred during processing.
|
|
getTKIID()
Returns the object identifier of the task instance that has been processed.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
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.