Uses of Class
org.pentaho.platform.api.scheduler2.IScheduler.SchedulerStatus
-
Packages that use IScheduler.SchedulerStatus Package Description org.pentaho.platform.api.scheduler2 org.pentaho.platform.scheduler2.quartz -
-
Uses of IScheduler.SchedulerStatus in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return IScheduler.SchedulerStatus Modifier and Type Method Description IScheduler.SchedulerStatusIScheduler. getStatus()Returns the current scheduler status.static IScheduler.SchedulerStatusIScheduler.SchedulerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IScheduler.SchedulerStatus[]IScheduler.SchedulerStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IScheduler.SchedulerStatus in org.pentaho.platform.scheduler2.quartz
Methods in org.pentaho.platform.scheduler2.quartz that return IScheduler.SchedulerStatus Modifier and Type Method Description IScheduler.SchedulerStatusQuartzScheduler. getStatus()Returns the current scheduler status.
-