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

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

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

Свойство Тип Описание
COMPLETED JobStatus
COMPLETING JobStatus
CREATED JobStatus
FAILED JobStatus
FAILING JobStatus
INITIALIZING JobStatus
PROCESSING 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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