Interface ScheduleTaskDefinition
@NonExtendable
public interface ScheduleTaskDefinition
Container providing means to access a task's definition.
- Since:
- 5.2.16
- 
Method Summary
- 
Method Details- 
getIndexint getIndex()Provides the index of the task with respect to the execution chain.- Returns:
- The task's index.
- Since:
- 5.2.16
 
- 
getNameProvides the name of the task.- Returns:
- The task's name.
- Since:
- 5.2.16
 
 
-