ClusterCommand.State
public
static
final
enum
ClusterCommand.State
extends Enum<ClusterCommand.State>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.cluster.ClusterCommand.State> | |
↳ | com.android.tradefed.cluster.ClusterCommand.State |
指令在 TF 叢集中的狀態。
摘要
列舉值 | |
---|---|
ClusterCommand.State |
CANCELED
使用者已取消,或無法分配裝置。 |
ClusterCommand.State |
COMPLETED
順利完成。 |
ClusterCommand.State |
ERROR
順利完成。 |
ClusterCommand.State |
FATAL
無法重試的錯誤,例如:設定無效。 |
ClusterCommand.State |
QUEUED
已插入叢集的佇列。 |
ClusterCommand.State |
RUNNING
目前正在執行中。 |
ClusterCommand.State |
UNKNOWN
初始狀態,或是無法判斷狀態。 |
公用方法 | |
---|---|
static
ClusterCommand.State
|
valueOf(String name)
|
static
final
State[]
|
values()
|