AWS SDK for .NET Documentation
Status Property
AmazonAmazon.ElasticTranscoder.ModelListJobsByStatusRequestStatus Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Status.

To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:

CopyC#
Submitted
,
CopyC#
Progressing
,
CopyC#
Complete
,
CopyC#
Canceled
, or
CopyC#
Error
.

Declaration Syntax
C#
public string Status { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)