Interface ScheduleTaskDefinitionsAgent
public interface ScheduleTaskDefinitionsAgent
Agent providing information on the defined tasks within the context's job.
- Since:
 - 5.2.16
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpecialistType<ScheduleTaskDefinitionsAgent>Agent providing information on the defined tasks within the context's job. - 
Method Summary
Modifier and TypeMethodDescriptionProvides access to the defined tasks. 
- 
Field Details
- 
TYPE
Agent providing information on the defined tasks within the context's job.- Since:
 - 5.2.16
 
 
 - 
 - 
Method Details
- 
getDefinedTasks
Iterable<ScheduleTaskDefinition> getDefinedTasks()Provides access to the defined tasks.- Returns:
 - Definitions of tasks.
 - Since:
 - 5.2.16
 
 
 -