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 | |
Wyliczenie reprezentujące listę stanów, w których mogą znajdować się wywołania i jednostki pracy.
Podsumowanie
Wartości typu wyliczeniowego | |
|---|---|
SchedulerState |
CANCELLED
|
SchedulerState |
COMPLETED
|
SchedulerState |
ERROR
|
SchedulerState |
PENDING
|
SchedulerState |
QUEUED
|
SchedulerState |
RUNNING
|
SchedulerState |
SKIPPED
|
Metody publiczne | |
|---|---|
String
|
toString()
|
static
SchedulerState
|
valueOf(String name)
|
static
final
SchedulerState[]
|
values()
|
Wartości typu wyliczeniowego
Metody publiczne
toString
public String toString ()
| Zwroty | |
|---|---|
String |
|
valueOf
public static SchedulerState valueOf (String name)
| Parametry | |
|---|---|
name |
String |
| Zwroty | |
|---|---|
SchedulerState |
|