com.spss.psapi.task

Interface Task



  • public interface Task
    A Task represents an operation that can be performed by the Modeler API.
    Since:
    PSAPI 1.0
    Version:
    1.0
    Author:
    Julian Clinton, Rob Duncan
    Specification Status:
    Under Development
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object getResult()
      Returns any object produced as a result of executing the task.
    • Method Detail

      • getResult

        java.lang.Object getResult()
        Returns any object produced as a result of executing the task. This may be 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.
        Returns:
        any object produced as a result of executing the task or null

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.