ActionInProgress
  public
  
  final
  
  enum
  ActionInProgress
  
  
  
  
    extends Enum<ActionInProgress>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.result.ActionInProgress> | |
| ↳ | com.android.tradefed.result.ActionInProgress | |
Devam eden genel işlem. Hatalarla ilgili daha fazla bağlam bilgisi vermek için kullanılır.
Özet
| Enum değerleri | |
|---|---|
| ActionInProgress | FETCHING_ARTIFACTS
 | 
| ActionInProgress | FREE_RESOURCES
 | 
| ActionInProgress | SETUP
 | 
| ActionInProgress | TEAR_DOWN
 | 
| ActionInProgress | TEST
 | 
| ActionInProgress | UNSET
 | 
| Herkese açık yöntemler | |
|---|---|
| 
        
        
        static
        
        
        ActionInProgress | 
      valueOf(String name)
       | 
| 
        
        
        static
        final
        
        ActionInProgress[] | 
      values()
       | 
Enum değerleri
Herkese açık yöntemler
valueOf
public static ActionInProgress valueOf (String name)
| Parametreler | |
|---|---|
| name | String | 
| İlerlemeler | |
|---|---|
| ActionInProgress | |
