| Modifier and Type | Method and Description |
|---|---|
Scheduler.IdleState |
Scheduler.getIdleState()
Retrieves the current idling state of this Scheduler.
|
static Scheduler.IdleState |
Scheduler.IdleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scheduler.IdleState[] |
Scheduler.IdleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.setIdleState(Scheduler.IdleState idleState)
Sets the current idling state of this Scheduler.
|
Copyright © 2016. All rights reserved.