SchedulerState

public final enum SchedulerState
extends Enum<SchedulerState>

java.lang.Object
   ↳ java.lang.Enum<com.google.android.tradefed.result.teststorage.SchedulerState>
     ↳ com.google.android.tradefed.result.teststorage.SchedulerState


列舉代表可處於的狀態清單。

摘要

列舉值

SchedulerState  CANCELLED

 

SchedulerState  COMPLETED

 

SchedulerState  ERROR

 

SchedulerState  PENDING

 

SchedulerState  QUEUED

 

SchedulerState  RUNNING

 

SchedulerState  SKIPPED

 

公用方法

String toString()
static SchedulerState valueOf(String name)
static final SchedulerState[] values()

列舉值

已取消

public static final SchedulerState CANCELLED

已完成

public static final SchedulerState COMPLETED

錯誤

public static final SchedulerState ERROR

待處理

public static final SchedulerState PENDING

已排入佇列

public static final SchedulerState QUEUED

跑酷

public static final SchedulerState RUNNING

已略過

public static final SchedulerState SKIPPED

公用方法

toString

public String toString ()

傳回
String

valueOf

public static SchedulerState valueOf (String name)

參數
name String

傳回
SchedulerState

values

public static final SchedulerState[] values ()

傳回
SchedulerState[]