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


Aufzählungen mit unterschiedlichem Status des Hosts

Zusammenfassung

Enum-Werte

CommandScheduler.HostState  KILLING

 

CommandScheduler.HostState  QUITTING

 

CommandScheduler.HostState  RUNNING

 

CommandScheduler.HostState  UNKNOWN

 

Öffentliche Methoden

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

Enum-Werte

TÖTEN

public static final CommandScheduler.HostState KILLING

WIRD BEENDET

public static final CommandScheduler.HostState QUITTING

LAUFSPIEL

public static final CommandScheduler.HostState RUNNING

UNBEKANNT

public static final CommandScheduler.HostState UNKNOWN

Öffentliche Methoden

valueOf

public static CommandScheduler.HostState valueOf (String name)

Parameter
name String

Returns
CommandScheduler.HostState

Werte

public static final HostState[] values ()

Returns
HostState[]