CommandScheduler.HostState

public static final enum CommandScheduler.HostState
extends Enum<CommandScheduler.HostState>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.command.CommandScheduler.HostState>
     ↳ com.android.tradefed.command.CommandScheduler.HostState


होस्ट की अलग-अलग स्थिति के लिए Enums

खास जानकारी

Enum वैल्यू

CommandScheduler.HostState  KILLING

 

CommandScheduler.HostState  QUITTING

 

CommandScheduler.HostState  RUNNING

 

CommandScheduler.HostState  UNKNOWN

 

सार्वजनिक तरीके

static CommandScheduler.HostState valueOf(String name)
static final HostState[] values()

Enum वैल्यू

KILLING

public static final CommandScheduler.HostState KILLING

QUITTING

public static final CommandScheduler.HostState QUITTING

दौड़ने के गेम

public static final CommandScheduler.HostState RUNNING

कोई जानकारी नहीं है

public static final CommandScheduler.HostState UNKNOWN

सार्वजनिक तरीके

valueOf

public static CommandScheduler.HostState valueOf (String name)

पैरामीटर
name String

रिटर्न
CommandScheduler.HostState

वैल्यू

public static final HostState[] values ()

रिटर्न
HostState[]