Interface ScheduleTaskControlsAgent
public interface ScheduleTaskControlsAgent
Agent providing control handles on a job's tasks.
- Since:
- 5.2.14
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final SpecialistType<ScheduleTaskControlsAgent>Agent providing control handles on a job's tasks.
- 
Method SummaryModifier and TypeMethodDescriptionProvides the controls of tasks precedent to the current one.Provides the controls of tasks subsequent to the current one.
- 
Field Details- 
TYPEAgent providing control handles on a job's tasks.- Since:
- 5.2.14
 
 
- 
- 
Method Details- 
getControlsOfPrecedentTasksIterable<ScheduleTaskControl> getControlsOfPrecedentTasks()Provides the controls of tasks precedent to the current one.- Returns:
- Controls of precedent tasks.
- Since:
- 5.2.14
 
- 
getControlsOfSubsequentTasksIterable<ScheduleTaskControl> getControlsOfSubsequentTasks()Provides the controls of tasks subsequent to the current one.- Returns:
- Controls of subsequent tasks.
- Since:
- 5.2.14
 
 
-