CommandStatus

public final enum CommandStatus
extends Enum<CommandStatus>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.util.CommandStatus>
     ↳ com.android.tradefed.util.CommandStatus


Stellt den Status eines zeitgesteuerten Vorgangs dar.

Zusammenfassung

Enum-Werte

CommandStatus  EXCEPTION

command hat eine Ausnahme ausgelöst und wurde abnorm beendet. 

CommandStatus  FAILED

Befehl wurde beendet, aber nicht erfolgreich 

CommandStatus  SUCCESS

Befehl wurde erfolgreich beendet 

CommandStatus  TIMED_OUT

Befehl wurde nicht innerhalb der angegebenen Zeit beendet 

Öffentliche Methoden

static CommandStatus valueOf(String name)
static final CommandStatus[] values()

Enum-Werte

AUSNAHME

public static final CommandStatus EXCEPTION

command threw exception and terminated abnormally

FEHLER

public static final CommandStatus FAILED

Befehl wurde beendet, aber nicht erfolgreich ausgeführt

ABGESCHLOSSEN

public static final CommandStatus SUCCESS

Befehl wurde erfolgreich beendet

TIMED_OUT

public static final CommandStatus TIMED_OUT

Befehl wurde nicht innerhalb der angegebenen Zeit beendet

Öffentliche Methoden

valueOf

public static CommandStatus valueOf (String name)

Parameter
name String

Returns
CommandStatus

Werte

public static final CommandStatus[] values ()

Returns
CommandStatus[]