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 ()

列舉值

取消

public static final ClusterCommand.State CANCELED

被使用者取消,或分配設備失敗。

完全的

public static final ClusterCommand.State COMPLETED

成功完成。

錯誤

public static final ClusterCommand.State ERROR

異常地完成了。

致命的

public static final ClusterCommand.State FATAL

不可重試的錯誤,例如無效的配置。

已排隊

public static final ClusterCommand.State QUEUED

插入到叢集的佇列中。

跑步

public static final ClusterCommand.State RUNNING

目前正在執行中。

未知

public static final ClusterCommand.State UNKNOWN

初始狀態,或無法確定狀態。

公共方法

的價值

public static ClusterCommand.State valueOf (String name)

參數
name String

退貨
ClusterCommand.State

價值觀

public static final State[] values ()

退貨
State[]