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 berbagai status host

Ringkasan

Nilai enum

CommandScheduler.HostState  KILLING

 

CommandScheduler.HostState  QUITTING

 

CommandScheduler.HostState  RUNNING

 

CommandScheduler.HostState  UNKNOWN

 

Metode publik

static CommandScheduler.HostState valueOf(String name)
static final HostState[] values()

Nilai enum

MEMBUNUH

public static final CommandScheduler.HostState KILLING

KELUAR

public static final CommandScheduler.HostState QUITTING

LARI

public static final CommandScheduler.HostState RUNNING

TIDAK DIKETAHUI

public static final CommandScheduler.HostState UNKNOWN

Metode publik

nilai

public static CommandScheduler.HostState valueOf (String name)

Parameter
name String

Hasil
CommandScheduler.HostState

nilai-nilai

public static final HostState[] values ()

Hasil
HostState[]