Search code examples
javacronquartz-schedulerpentahojobs

How to know next run time of a Pentaho Scheduler?


How can i calculate next run time of cron (quartz) scheduler? Is there any method, any library which could help me doing it?


Solution

  • You could call method getNextValidTimeAfter on the given instance of class org.quartz.CronExpression.