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[]