C# Class Amazon.CodePipeline.JobStatus

Constants used for properties of type JobStatus.
Inheritance: ConstantClass
Mostra file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Created JobStatus
Dispatched JobStatus
Failed JobStatus
InProgress JobStatus
Queued JobStatus
Succeeded JobStatus
TimedOut JobStatus

Public Methods

Method 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 method

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

JobStatus() public method

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
return System

Property Details

Created public_oe static_oe property

Constant Created for JobStatus
public static JobStatus,Amazon.CodePipeline Created
return JobStatus

Dispatched public_oe static_oe property

Constant Dispatched for JobStatus
public static JobStatus,Amazon.CodePipeline Dispatched
return JobStatus

Failed public_oe static_oe property

Constant Failed for JobStatus
public static JobStatus,Amazon.CodePipeline Failed
return JobStatus

InProgress public_oe static_oe property

Constant InProgress for JobStatus
public static JobStatus,Amazon.CodePipeline InProgress
return JobStatus

Queued public_oe static_oe property

Constant Queued for JobStatus
public static JobStatus,Amazon.CodePipeline Queued
return JobStatus

Succeeded public_oe static_oe property

Constant Succeeded for JobStatus
public static JobStatus,Amazon.CodePipeline Succeeded
return JobStatus

TimedOut public_oe static_oe property

Constant TimedOut for JobStatus
public static JobStatus,Amazon.CodePipeline TimedOut
return JobStatus