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


Énumérations de différents statuts d'hôte

Résumé

Valeurs d'énumération

CommandScheduler.HostState KILLING

CommandScheduler.HostState QUITTING

CommandScheduler.HostState RUNNING

CommandScheduler.HostState UNKNOWN

Méthodes publiques

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

Valeurs d'énumération

MEURTRE

public static final CommandScheduler.HostState KILLING

EN QUITTANT

public static final CommandScheduler.HostState QUITTING

EN COURS D'EXÉCUTION

public static final CommandScheduler.HostState RUNNING

INCONNU

public static final CommandScheduler.HostState UNKNOWN

Méthodes publiques

valeur de

public static CommandScheduler.HostState valueOf (String name)

Paramètres
name String

Retour
CommandScheduler.HostState

valeurs

public static final HostState[] values ()

Retour
HostState[]