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

ANULOWANO

public static final SchedulerState CANCELLED

ZAKOŃCZONE

public static final SchedulerState COMPLETED

BŁĄD

public static final SchedulerState ERROR

OCZEKUJĄCA

public static final SchedulerState PENDING

W KOLEJCE

public static final SchedulerState QUEUED

BIEGANIE

public static final SchedulerState RUNNING

POMINIĘTO

public static final SchedulerState SKIPPED

Metody publiczne

toString

public String toString ()

Zwroty
String

valueOf

public static SchedulerState valueOf (String name)

Parametry
name String

Zwroty
SchedulerState

wartości,

public static final SchedulerState[] values ()

Zwroty
SchedulerState[]