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 | |
Các enum của nhiều trạng thái của máy chủ lưu trữ
Tóm tắt
Giá trị enum | |
|---|---|
CommandScheduler.HostState |
KILLING
|
CommandScheduler.HostState |
QUITTING
|
CommandScheduler.HostState |
RUNNING
|
CommandScheduler.HostState |
UNKNOWN
|
Phương thức công khai | |
|---|---|
static
CommandScheduler.HostState
|
valueOf(String name)
|
static
final
HostState[]
|
values()
|
Giá trị enum
Phương thức công khai
valueOf
public static CommandScheduler.HostState valueOf (String name)
| Tham số | |
|---|---|
name |
String |
| Giá trị trả về | |
|---|---|
CommandScheduler.HostState |
|