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


Énumération représentant une liste des états dans lesquels les invocations et les unités de travail peuvent se trouver.

Résumé

Valeurs enum

SchedulerState  CANCELLED

 

SchedulerState  COMPLETED

 

SchedulerState  ERROR

 

SchedulerState  PENDING

 

SchedulerState  QUEUED

 

SchedulerState  RUNNING

 

SchedulerState  SKIPPED

 

Méthodes publiques

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

Valeurs enum

ANNULÉ

public static final SchedulerState CANCELLED

TERMINÉ

public static final SchedulerState COMPLETED

ERROR

public static final SchedulerState ERROR

PENDING

public static final SchedulerState PENDING

EN FILE D'ATTENTE

public static final SchedulerState QUEUED

COURSE À PIED

public static final SchedulerState RUNNING

IGNORÉ

public static final SchedulerState SKIPPED

Méthodes publiques

toString

public String toString ()

Renvoie
String

valueOf

public static SchedulerState valueOf (String name)

Paramètres
name String

Renvoie
SchedulerState

values

public static final SchedulerState[] values ()

Renvoie
SchedulerState[]