C# Класс Amazon.Batch.JobStatus

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

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

Свойство Тип Описание
FAILED JobStatus
PENDING JobStatus
RUNNABLE JobStatus
RUNNING JobStatus
STARTING JobStatus
SUBMITTED JobStatus
SUCCEEDED JobStatus

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

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

Finds the constant for the unique value.

JobStatus ( 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 ) : JobStatus
value string The unique value for the constant
Результат JobStatus

JobStatus() публичный Метод

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 JobStatus ( string value ) : System
value string
Результат System

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

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

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

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

Constant PENDING for JobStatus
public static JobStatus,Amazon.Batch PENDING
Результат JobStatus

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

Constant RUNNABLE for JobStatus
public static JobStatus,Amazon.Batch RUNNABLE
Результат JobStatus

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

Constant RUNNING for JobStatus
public static JobStatus,Amazon.Batch RUNNING
Результат JobStatus

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

Constant STARTING for JobStatus
public static JobStatus,Amazon.Batch STARTING
Результат JobStatus

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

Constant SUBMITTED for JobStatus
public static JobStatus,Amazon.Batch SUBMITTED
Результат JobStatus

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

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