Interface ScheduleTaskControlsAgent


public interface ScheduleTaskControlsAgent
Agent providing control handles on a job's tasks.
Since:
5.2.14
  • Field Details

  • Method Details

    • getControlsOfPrecedentTasks

      Iterable<ScheduleTaskControl> getControlsOfPrecedentTasks()
      Provides the controls of tasks precedent to the current one.
      Returns:
      Controls of precedent tasks.
      Since:
      5.2.14
    • getControlsOfSubsequentTasks

      Iterable<ScheduleTaskControl> getControlsOfSubsequentTasks()
      Provides the controls of tasks subsequent to the current one.
      Returns:
      Controls of subsequent tasks.
      Since:
      5.2.14