CommandStatus
public
final
enum
CommandStatus
extends Enum<CommandStatus>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.util.CommandStatus> | |
↳ | com.android.tradefed.util.CommandStatus |
तय समय पर होने वाले ऑपरेशन की स्थिति दिखाता है.
खास जानकारी
Enum वैल्यू | |
---|---|
CommandStatus |
EXCEPTION
command threw exception and terminated abnormally |
CommandStatus |
FAILED
command terminated but did not succeed |
CommandStatus |
SUCCESS
command terminated successfully |
CommandStatus |
TIMED_OUT
command did not terminate within specified time |
सार्वजनिक तरीके | |
---|---|
static
CommandStatus
|
valueOf(String name)
|
static
final
CommandStatus[]
|
values()
|
Enum वैल्यू
TIMED_OUT
public static final CommandStatus TIMED_OUT
command did not terminate within specified time