public boolean execute(BeneratorContext context) { Long invocations = count.evaluate(context); TaskExecutor.execute( getTask(context), context, invocations, invocations, getPageListeners(context), pageSize.evaluate(context), stats.evaluate(context), getErrorHandler(context), infoLog); return true; }