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


Enumerações de diferentes status do host

Resumo

Valores de enumeração

CommandScheduler.HostState  KILLING

 

CommandScheduler.HostState  QUITTING

 

CommandScheduler.HostState  RUNNING

 

CommandScheduler.HostState  UNKNOWN

 

Métodos públicos

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

Valores de enumeração

MATAR

public static final CommandScheduler.HostState KILLING

SAIR

public static final CommandScheduler.HostState QUITTING

CORRIDA

public static final CommandScheduler.HostState RUNNING

DESCONHECIDO

public static final CommandScheduler.HostState UNKNOWN

Métodos públicos

valorDe

public static CommandScheduler.HostState valueOf (String name)

Parâmetros
name String

Retorna
CommandScheduler.HostState

valores

public static final HostState[] values ()

Retorna
HostState[]