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 | |
ערך enum שמייצג רשימה של מצבים שבהם יכולים להיות הפעלות ו-WorkUnit.
סיכום
ערכי enum | |
|---|---|
SchedulerState |
CANCELLED
|
SchedulerState |
COMPLETED
|
SchedulerState |
ERROR
|
SchedulerState |
PENDING
|
SchedulerState |
QUEUED
|
SchedulerState |
RUNNING
|
SchedulerState |
SKIPPED
|
methods ציבוריים | |
|---|---|
String
|
toString()
|
static
SchedulerState
|
valueOf(String name)
|
static
final
SchedulerState[]
|
values()
|
ערכי enum
methods ציבוריים
toString
public String toString ()
| החזרות | |
|---|---|
String |
|
valueOf
public static SchedulerState valueOf (String name)
| פרמטרים | |
|---|---|
name |
String |
| החזרות | |
|---|---|
SchedulerState |
|