Package | Description |
---|---|
org.pentaho.platform.api.scheduler2 | |
org.pentaho.platform.scheduler2.quartz |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
IScheduler.SchedulerStatus |
QuartzScheduler.getStatus()
Returns the current scheduler status.
|