C# Класс Amazon.CodeBuild.StatusType

Constants used for properties of type StatusType.
Наследование: ConstantClass
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FAILED StatusType
FAULT StatusType
IN_PROGRESS StatusType
STOPPED StatusType
SUCCEEDED StatusType
TIMED_OUT StatusType

Открытые методы

Метод Описание
FindValue ( string value ) : StatusType

Finds the constant for the unique value.

StatusType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Описание методов

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : StatusType
value string The unique value for the constant
Результат StatusType

StatusType() публичный метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public StatusType ( string value ) : System
value string
Результат System

Описание свойств

FAILED публичное статическое свойство

Constant FAILED for StatusType
public static StatusType,Amazon.CodeBuild FAILED
Результат StatusType

FAULT публичное статическое свойство

Constant FAULT for StatusType
public static StatusType,Amazon.CodeBuild FAULT
Результат StatusType

IN_PROGRESS публичное статическое свойство

Constant IN_PROGRESS for StatusType
public static StatusType,Amazon.CodeBuild IN_PROGRESS
Результат StatusType

STOPPED публичное статическое свойство

Constant STOPPED for StatusType
public static StatusType,Amazon.CodeBuild STOPPED
Результат StatusType

SUCCEEDED публичное статическое свойство

Constant SUCCEEDED for StatusType
public static StatusType,Amazon.CodeBuild SUCCEEDED
Результат StatusType

TIMED_OUT публичное статическое свойство

Constant TIMED_OUT for StatusType
public static StatusType,Amazon.CodeBuild TIMED_OUT
Результат StatusType