Interface JobProcessContext

All Superinterfaces:
JobContext

public interface JobProcessContext extends JobContext
  • Method Details

    • getCurrentTask

      JobTask getCurrentTask()
      Returns a JobTask object for the current task, which contains task information.
      Returns:
      a JobTask object for the current task