CommandScheduler.HostState

public static final enum CommandScheduler.HostState
extends Enum< CommandScheduler.HostState >

java.lang.Objeto
java.lang.Enum< com.android.tradefed.command.CommandScheduler.HostState >
com.android.tradefed.command.CommandScheduler.HostState


Enumeraciones de diferentes estados de host

Resumen

valores de enumeración

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 enumeración

ASESINATO

public static final CommandScheduler.HostState KILLING

DEJAR

public static final CommandScheduler.HostState QUITTING

CORRER

public static final CommandScheduler.HostState RUNNING

DESCONOCIDO

public static final CommandScheduler.HostState UNKNOWN

Métodos públicos

valor de

public static CommandScheduler.HostState valueOf (String name)

Parámetros
name String

Devoluciones
CommandScheduler.HostState

valores

public static final HostState[] values ()

Devoluciones
HostState[]