Property | Type | Description | |
---|---|---|---|
CANCELED | |||
COMPLETED | |||
CONTINUED_AS_NEW | |||
FAILED | |||
TERMINATED | |||
TIMED_OUT |
Method | Description | |
---|---|---|
CloseStatus ( string value ) : System |
Default Constructor
|
|
FindValue ( string value ) : |
Finds the constant for the unique value.
|
public static FindValue ( string value ) : |
||
value | string | The unique value for the constant |
return |
public static CloseStatus,Amazon.SimpleWorkflow CANCELED | ||
return |
public static CloseStatus,Amazon.SimpleWorkflow COMPLETED | ||
return |
public static CloseStatus,Amazon.SimpleWorkflow CONTINUED_AS_NEW | ||
return |
public static CloseStatus,Amazon.SimpleWorkflow FAILED | ||
return |
public static CloseStatus,Amazon.SimpleWorkflow TERMINATED | ||
return |