CommandStatus
public final enum CommandStatus
extends Enum< CommandStatus >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.CommandStatus > | |
↳ | com.android.tradefed.util.CommandStatus |
Đại diện cho trạng thái của một hoạt động được định thời gian.
Bản tóm tắt
Giá trị enum | |
---|---|
CommandStatus | EXCEPTION lệnh ném ngoại lệ và kết thúc bất thường |
CommandStatus | FAILED lệnh đã kết thúc nhưng không thành công |
CommandStatus | SUCCESS lệnh đã kết thúc thành công |
CommandStatus | TIMED_OUT lệnh không kết thúc trong thời gian quy định |
Phương pháp công khai | |
---|---|
static CommandStatus | valueOf (String name) |
static final CommandStatus[] | values () |
Giá trị enum
Phương pháp công khai
giá trị của
public static CommandStatus valueOf (String name)
Thông số | |
---|---|
name | String |
Lợi nhuận | |
---|---|
CommandStatus |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Thiếu thông tin tôi cần"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Quá phức tạp/quá nhiều bước"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Đã lỗi thời"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Vấn đề về bản dịch"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Vấn đề về mẫu/mã"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Khác"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Dễ hiểu"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Giúp tôi giải quyết được vấn đề"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Khác"
}]