CommandStatus
public
final
enum
CommandStatus
extends Enum<CommandStatus>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.util.CommandStatus> | |
↳ | com.android.tradefed.util.CommandStatus |
Rappresenta lo stato di un'operazione a tempo.
Riepilogo
Valori enum | |
---|---|
CommandStatus |
EXCEPTION
Il comando ha generato un'eccezione ed è stato terminato in modo anomalo |
CommandStatus |
FAILED
Il comando è stato interrotto, ma non è andato a buon fine |
CommandStatus |
SUCCESS
comando terminato correttamente |
CommandStatus |
TIMED_OUT
Il comando non è terminato entro il tempo specificato |
Metodi pubblici | |
---|---|
static
CommandStatus
|
valueOf(String name)
|
static
final
CommandStatus[]
|
values()
|
Valori enum
ECCEZIONE
public static final CommandStatus EXCEPTION
Il comando ha generato un'eccezione ed è stato terminato in modo anomalo
OPERAZIONE NON RIUSCITA
public static final CommandStatus FAILED
Il comando è stato interrotto, ma non è andato a buon fine
TIMED_OUT
public static final CommandStatus TIMED_OUT
Il comando non è terminato entro il tempo specificato
Metodi pubblici
valueOf
public static CommandStatus valueOf (String name)
Parametri | |
---|---|
name |
String |
Ritorni | |
---|---|
CommandStatus |