CommandScheduler.HostState
public
static
final
enum
CommandScheduler.HostState
extends Enum<CommandScheduler.HostState>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.command.CommandScheduler.HostState> | |
| ↳ | com.android.tradefed.command.CommandScheduler.HostState | |
Enum di diversi stati dell'host
Riepilogo
Valori enum | |
|---|---|
CommandScheduler.HostState |
KILLING
|
CommandScheduler.HostState |
QUITTING
|
CommandScheduler.HostState |
RUNNING
|
CommandScheduler.HostState |
UNKNOWN
|
Metodi pubblici | |
|---|---|
static
CommandScheduler.HostState
|
valueOf(String name)
|
static
final
HostState[]
|
values()
|
Valori enum
Metodi pubblici
valueOf
public static CommandScheduler.HostState valueOf (String name)
| Parametri | |
|---|---|
name |
String |
| Ritorni | |
|---|---|
CommandScheduler.HostState |
|