com.ibm.task.api

Interface TaskResult

All Superinterfaces:
java.io.Serializable

  1. public interface TaskResult
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. TaskException
getTaskException()
Returns the TaskException object that describes any error that occurred during processing.
  1. TKIID
getTKIID()
Returns the object identifier of the task instance that has been processed.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getTKIID

  1. TKIID getTKIID()
Returns the object identifier of the task instance that has been processed.

getTaskException

  1. TaskException getTaskException( )
Returns the TaskException object that describes any error that occurred during processing. Returns null if processing completed successfully.