CommandStatus
public final enum CommandStatus
extends Enum< CommandStatus >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.CommandStatus > | |
↳ | com.android.tradefed.util.CommandStatus |
Representa el estado de una operación temporizada.
Resumen
Valores de enumeración | |
---|---|
CommandStatus | EXCEPTION El comando arrojó una excepción y terminó de manera anormal |
CommandStatus | FAILED el comando terminó pero no tuvo éxito |
CommandStatus | SUCCESS comando terminado con éxito |
CommandStatus | TIMED_OUT el comando no terminó dentro del tiempo especificado |
Métodos públicos | |
---|---|
static CommandStatus | valueOf (String name) |
static final CommandStatus[] | values () |
Valores de enumeración
EXCEPCIÓN
public static final CommandStatus EXCEPTION
El comando arrojó una excepción y terminó de manera anormal
DESCONECTADO
public static final CommandStatus TIMED_OUT
el comando no terminó dentro del tiempo especificado
Métodos públicos
valor de
public static CommandStatus valueOf (String name)
Parámetros | |
---|---|
name | String |
Devoluciones | |
---|---|
CommandStatus |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.