C# Class Amazon.Pinpoint.JobStatus

Constants used for properties of type JobStatus.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
COMPLETED JobStatus
COMPLETING JobStatus
CREATED JobStatus
FAILED JobStatus
FAILING JobStatus
INITIALIZING JobStatus
PROCESSING JobStatus

Méthodes publiques

Méthode Description
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.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : JobStatus
value string The unique value for the constant
Résultat JobStatus

JobStatus() public méthode

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
Résultat System

Property Details

COMPLETED public_oe static_oe property

Constant COMPLETED for JobStatus
public static JobStatus,Amazon.Pinpoint COMPLETED
Résultat JobStatus

COMPLETING public_oe static_oe property

Constant COMPLETING for JobStatus
public static JobStatus,Amazon.Pinpoint COMPLETING
Résultat JobStatus

CREATED public_oe static_oe property

Constant CREATED for JobStatus
public static JobStatus,Amazon.Pinpoint CREATED
Résultat JobStatus

FAILED public_oe static_oe property

Constant FAILED for JobStatus
public static JobStatus,Amazon.Pinpoint FAILED
Résultat JobStatus

FAILING public_oe static_oe property

Constant FAILING for JobStatus
public static JobStatus,Amazon.Pinpoint FAILING
Résultat JobStatus

INITIALIZING public_oe static_oe property

Constant INITIALIZING for JobStatus
public static JobStatus,Amazon.Pinpoint INITIALIZING
Résultat JobStatus

PROCESSING public_oe static_oe property

Constant PROCESSING for JobStatus
public static JobStatus,Amazon.Pinpoint PROCESSING
Résultat JobStatus