القيادة
public final enum CommandStatus
extends Enum< CommandStatus >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.CommandStatus > | |
↳ | com.android.tradefed.util.CommandStatus |
يمثل حالة العملية المحددة بوقت.
ملخص
تعداد القيم | |
---|---|
CommandStatus | EXCEPTION طرح الأمر استثناء وإنهائه بشكل غير طبيعي |
CommandStatus | FAILED تم إنهاء الأمر ولكنه لم ينجح |
CommandStatus | SUCCESS تم إنهاء الأمر بنجاح |
CommandStatus | TIMED_OUT الأمر لم ينته خلال الوقت المحدد |
الطرق العامة | |
---|---|
static CommandStatus | valueOf (String name) |
static final CommandStatus[] | values () |
تعداد القيم
الطرق العامة
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.
[]
[]