Uses of Class
org.pentaho.platform.api.scheduler2.IScheduler.SchedulerStatus
-
Packages that use IScheduler.SchedulerStatus Package Description org.pentaho.platform.api.scheduler2 -
-
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.
-