Befehlsstatus
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 Der Befehl hat eine Ausnahme ausgelöst und abnormal beendet |
CommandStatus | FAILED Befehl beendet, aber nicht erfolgreich |
CommandStatus | SUCCESS Befehl 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
Der Befehl hat eine Ausnahme ausgelöst und abnormal beendet
TIMED_OUT
public static final CommandStatus TIMED_OUT
Befehl wurde nicht innerhalb der angegebenen Zeit beendet
Öffentliche Methoden
Wert von
public static CommandStatus valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
CommandStatus |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.
[]
[]