StatoComando

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 e viene terminato in modo anomalo

CommandStatus  FAILED

Il comando è stato terminato ma non è riuscito

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 e viene terminato in modo anomalo

OPERAZIONE NON RIUSCITA

public static final CommandStatus FAILED

Il comando è stato terminato ma non è riuscito

OPERAZIONE RIUSCITA

public static final CommandStatus SUCCESS

comando terminato correttamente

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

valori

public static final CommandStatus[] values ()

Ritorni
CommandStatus[]