CommandStatus

public final enum CommandStatus
extends Enum<CommandStatus>

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


מציין את הסטטוס של פעולה מתוזמנת.

סיכום

ערכי enum

CommandStatus  EXCEPTION

command threw exception and terminated abnormally 

CommandStatus  FAILED

command terminated but did not succeed 

CommandStatus  SUCCESS

הפקודה הסתיימה בהצלחה 

CommandStatus  TIMED_OUT

הפקודה לא הסתיימה בזמן שצוין. 

שיטות ציבוריות

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

ערכי enum

EXCEPTION

public static final CommandStatus EXCEPTION

הפקודה הפעילה חריגה והסתיימה באופן חריג

נכשל

public static final CommandStatus FAILED

command terminated but did not succeed

הצלחה

public static final CommandStatus SUCCESS

command terminated successfully

TIMED_OUT

public static final CommandStatus TIMED_OUT

הפקודה לא הסתיימה בזמן שצוין

שיטות ציבוריות

valueOf

public static CommandStatus valueOf (String name)

פרמטרים
name String

החזרות
CommandStatus

ערכים

public static final CommandStatus[] values ()

החזרות
CommandStatus[]