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 | EXCEPTIONcommand threw exception and terminated abnormally | 
| CommandStatus | FAILEDcommand terminated but did not succeed | 
| CommandStatus | SUCCESSהפקודה הסתיימה בהצלחה | 
| CommandStatus | TIMED_OUTהפקודה לא הסתיימה בזמן שצוין. | 
| שיטות ציבוריות | |
|---|---|
| 
        
        
        static
        
        
        CommandStatus | 
      valueOf(String name)
       | 
| 
        
        
        static
        final
        
        CommandStatus[] | 
      values()
       | 
