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


다양한 호스트 상태의 열거형

요약

열거형 값

CommandScheduler.HostState KILLING

CommandScheduler.HostState QUITTING

CommandScheduler.HostState RUNNING

CommandScheduler.HostState UNKNOWN

공개 메소드

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

열거형 값

죽이는

public static final CommandScheduler.HostState KILLING

그만 두는 중

public static final CommandScheduler.HostState QUITTING

달리기

public static final CommandScheduler.HostState RUNNING

알려지지 않은

public static final CommandScheduler.HostState UNKNOWN

공개 메소드

가치

public static CommandScheduler.HostState valueOf (String name)

매개변수
name String

보고
CommandScheduler.HostState

가치

public static final HostState[] values ()

보고
HostState[]