Interface TaskService.Task

Enclosing class:
TaskService

public static interface TaskService.Task
  • Method Summary

    Modifier and Type
    Method
    Description
    Called to execute task.
  • Method Details

    • execute

      Value execute() throws Exception
      Called to execute task.
      Returns:
      Value (use PReference to wrap arbitrary Objects)
      Throws:
      Exception