Interface Generating
@NonExtendable
public interface Generating
Aspect providing means to access information on a performed generation task.
- Since:
- 5.2.301
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ScheduleTaskAspectType<Generating>
Aspect providing means to access information on a performed generation task. -
Method Summary
Modifier and TypeMethodDescriptionint
Provides the number of pages generated by the task.
-
Field Details
-
TYPE
Aspect providing means to access information on a performed generation task.- Since:
- 5.2.301
-
-
Method Details
-
getNumberOfGeneratedPages
int getNumberOfGeneratedPages()Provides the number of pages generated by the task.- Returns:
- The number of pages generated.
- Since:
- 5.2.301
-