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.SchedulerStatus
IScheduler. getStatus()
Returns the current scheduler status.static IScheduler.SchedulerStatus
IScheduler.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.SchedulerStatus
QuartzScheduler. getStatus()
Returns the current scheduler status.
-