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


호스트의 다양한 상태 에 관한 enum

요약

Enum 값

CommandScheduler.HostState  KILLING

 

CommandScheduler.HostState  QUITTING

 

CommandScheduler.HostState  RUNNING

 

CommandScheduler.HostState  UNKNOWN

 

공개 메서드

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

Enum 값

종료

public static final CommandScheduler.HostState KILLING

QUITTING

public static final CommandScheduler.HostState QUITTING

러닝

public static final CommandScheduler.HostState RUNNING

UNKNOWN

public static final CommandScheduler.HostState UNKNOWN

공개 메서드

valueOf

public static CommandScheduler.HostState valueOf (String name)

매개변수
name String

반환 값
CommandScheduler.HostState

values

public static final HostState[] values ()

반환 값
HostState[]