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