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 | |
呼び出しと WorkUnit が取りうる状態のリストを表す列挙型。
概要
Enum 値 | |
|---|---|
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()
|
列挙値
パブリック メソッド
toString
public String toString ()
| 戻り値 | |
|---|---|
String |
|