C# Class Amazon.SimpleWorkflow.EventType

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

Méthodes publiques

Свойство Type Description
ActivityTaskCancelRequested EventType
ActivityTaskCanceled EventType
ActivityTaskCompleted EventType
ActivityTaskFailed EventType
ActivityTaskScheduled EventType
ActivityTaskStarted EventType
ActivityTaskTimedOut EventType
CancelTimerFailed EventType
CancelWorkflowExecutionFailed EventType
ChildWorkflowExecutionCanceled EventType
ChildWorkflowExecutionCompleted EventType
ChildWorkflowExecutionFailed EventType
ChildWorkflowExecutionStarted EventType
ChildWorkflowExecutionTerminated EventType
ChildWorkflowExecutionTimedOut EventType
CompleteWorkflowExecutionFailed EventType
ContinueAsNewWorkflowExecutionFailed EventType
DecisionTaskCompleted EventType
DecisionTaskScheduled EventType
DecisionTaskStarted EventType
DecisionTaskTimedOut EventType
ExternalWorkflowExecutionCancelRequested EventType
ExternalWorkflowExecutionSignaled EventType
FailWorkflowExecutionFailed EventType
MarkerRecorded EventType
RecordMarkerFailed EventType
RequestCancelActivityTaskFailed EventType
RequestCancelExternalWorkflowExecutionFailed EventType
RequestCancelExternalWorkflowExecutionInitiated EventType
ScheduleActivityTaskFailed EventType
SignalExternalWorkflowExecutionFailed EventType
SignalExternalWorkflowExecutionInitiated EventType
StartChildWorkflowExecutionFailed EventType
StartChildWorkflowExecutionInitiated EventType
StartTimerFailed EventType
TimerCanceled EventType
TimerFired EventType
TimerStarted EventType
WorkflowExecutionCancelRequested EventType
WorkflowExecutionCanceled EventType
WorkflowExecutionCompleted EventType
WorkflowExecutionContinuedAsNew EventType
WorkflowExecutionFailed EventType
WorkflowExecutionSignaled EventType
WorkflowExecutionStarted EventType
WorkflowExecutionTerminated EventType
WorkflowExecutionTimedOut EventType

Méthodes publiques

Méthode Description
EventType ( string value ) : System

Default Constructor

FindValue ( string value ) : EventType

Finds the constant for the unique value.

Method Details

EventType() public méthode

Default Constructor
public EventType ( string value ) : System
value string
Résultat System

FindValue() public static méthode

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

Property Details

ActivityTaskCancelRequested public_oe static_oe property

Constant ActivityTaskCancelRequested for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskCancelRequested
Résultat EventType

ActivityTaskCanceled public_oe static_oe property

Constant ActivityTaskCanceled for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskCanceled
Résultat EventType

ActivityTaskCompleted public_oe static_oe property

Constant ActivityTaskCompleted for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskCompleted
Résultat EventType

ActivityTaskFailed public_oe static_oe property

Constant ActivityTaskFailed for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskFailed
Résultat EventType

ActivityTaskScheduled public_oe static_oe property

Constant ActivityTaskScheduled for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskScheduled
Résultat EventType

ActivityTaskStarted public_oe static_oe property

Constant ActivityTaskStarted for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskStarted
Résultat EventType

ActivityTaskTimedOut public_oe static_oe property

Constant ActivityTaskTimedOut for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskTimedOut
Résultat EventType

CancelTimerFailed public_oe static_oe property

Constant CancelTimerFailed for EventType
public static EventType,Amazon.SimpleWorkflow CancelTimerFailed
Résultat EventType

CancelWorkflowExecutionFailed public_oe static_oe property

Constant CancelWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow CancelWorkflowExecutionFailed
Résultat EventType

ChildWorkflowExecutionCanceled public_oe static_oe property

Constant ChildWorkflowExecutionCanceled for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionCanceled
Résultat EventType

ChildWorkflowExecutionCompleted public_oe static_oe property

Constant ChildWorkflowExecutionCompleted for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionCompleted
Résultat EventType

ChildWorkflowExecutionFailed public_oe static_oe property

Constant ChildWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionFailed
Résultat EventType

ChildWorkflowExecutionStarted public_oe static_oe property

Constant ChildWorkflowExecutionStarted for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionStarted
Résultat EventType

ChildWorkflowExecutionTerminated public_oe static_oe property

Constant ChildWorkflowExecutionTerminated for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionTerminated
Résultat EventType

ChildWorkflowExecutionTimedOut public_oe static_oe property

Constant ChildWorkflowExecutionTimedOut for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionTimedOut
Résultat EventType

CompleteWorkflowExecutionFailed public_oe static_oe property

Constant CompleteWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow CompleteWorkflowExecutionFailed
Résultat EventType

ContinueAsNewWorkflowExecutionFailed public_oe static_oe property

Constant ContinueAsNewWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow ContinueAsNewWorkflowExecutionFailed
Résultat EventType

DecisionTaskCompleted public_oe static_oe property

Constant DecisionTaskCompleted for EventType
public static EventType,Amazon.SimpleWorkflow DecisionTaskCompleted
Résultat EventType

DecisionTaskScheduled public_oe static_oe property

Constant DecisionTaskScheduled for EventType
public static EventType,Amazon.SimpleWorkflow DecisionTaskScheduled
Résultat EventType

DecisionTaskStarted public_oe static_oe property

Constant DecisionTaskStarted for EventType
public static EventType,Amazon.SimpleWorkflow DecisionTaskStarted
Résultat EventType

DecisionTaskTimedOut public_oe static_oe property

Constant DecisionTaskTimedOut for EventType
public static EventType,Amazon.SimpleWorkflow DecisionTaskTimedOut
Résultat EventType

ExternalWorkflowExecutionCancelRequested public_oe static_oe property

Constant ExternalWorkflowExecutionCancelRequested for EventType
public static EventType,Amazon.SimpleWorkflow ExternalWorkflowExecutionCancelRequested
Résultat EventType

ExternalWorkflowExecutionSignaled public_oe static_oe property

Constant ExternalWorkflowExecutionSignaled for EventType
public static EventType,Amazon.SimpleWorkflow ExternalWorkflowExecutionSignaled
Résultat EventType

FailWorkflowExecutionFailed public_oe static_oe property

Constant FailWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow FailWorkflowExecutionFailed
Résultat EventType

MarkerRecorded public_oe static_oe property

Constant MarkerRecorded for EventType
public static EventType,Amazon.SimpleWorkflow MarkerRecorded
Résultat EventType

RecordMarkerFailed public_oe static_oe property

Constant RecordMarkerFailed for EventType
public static EventType,Amazon.SimpleWorkflow RecordMarkerFailed
Résultat EventType

RequestCancelActivityTaskFailed public_oe static_oe property

Constant RequestCancelActivityTaskFailed for EventType
public static EventType,Amazon.SimpleWorkflow RequestCancelActivityTaskFailed
Résultat EventType

RequestCancelExternalWorkflowExecutionFailed public_oe static_oe property

Constant RequestCancelExternalWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow RequestCancelExternalWorkflowExecutionFailed
Résultat EventType

RequestCancelExternalWorkflowExecutionInitiated public_oe static_oe property

Constant RequestCancelExternalWorkflowExecutionInitiated for EventType
public static EventType,Amazon.SimpleWorkflow RequestCancelExternalWorkflowExecutionInitiated
Résultat EventType

ScheduleActivityTaskFailed public_oe static_oe property

Constant ScheduleActivityTaskFailed for EventType
public static EventType,Amazon.SimpleWorkflow ScheduleActivityTaskFailed
Résultat EventType

SignalExternalWorkflowExecutionFailed public_oe static_oe property

Constant SignalExternalWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow SignalExternalWorkflowExecutionFailed
Résultat EventType

SignalExternalWorkflowExecutionInitiated public_oe static_oe property

Constant SignalExternalWorkflowExecutionInitiated for EventType
public static EventType,Amazon.SimpleWorkflow SignalExternalWorkflowExecutionInitiated
Résultat EventType

StartChildWorkflowExecutionFailed public_oe static_oe property

Constant StartChildWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow StartChildWorkflowExecutionFailed
Résultat EventType

StartChildWorkflowExecutionInitiated public_oe static_oe property

Constant StartChildWorkflowExecutionInitiated for EventType
public static EventType,Amazon.SimpleWorkflow StartChildWorkflowExecutionInitiated
Résultat EventType

StartTimerFailed public_oe static_oe property

Constant StartTimerFailed for EventType
public static EventType,Amazon.SimpleWorkflow StartTimerFailed
Résultat EventType

TimerCanceled public_oe static_oe property

Constant TimerCanceled for EventType
public static EventType,Amazon.SimpleWorkflow TimerCanceled
Résultat EventType

TimerFired public_oe static_oe property

Constant TimerFired for EventType
public static EventType,Amazon.SimpleWorkflow TimerFired
Résultat EventType

TimerStarted public_oe static_oe property

Constant TimerStarted for EventType
public static EventType,Amazon.SimpleWorkflow TimerStarted
Résultat EventType

WorkflowExecutionCancelRequested public_oe static_oe property

Constant WorkflowExecutionCancelRequested for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionCancelRequested
Résultat EventType

WorkflowExecutionCanceled public_oe static_oe property

Constant WorkflowExecutionCanceled for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionCanceled
Résultat EventType

WorkflowExecutionCompleted public_oe static_oe property

Constant WorkflowExecutionCompleted for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionCompleted
Résultat EventType

WorkflowExecutionContinuedAsNew public_oe static_oe property

Constant WorkflowExecutionContinuedAsNew for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionContinuedAsNew
Résultat EventType

WorkflowExecutionFailed public_oe static_oe property

Constant WorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionFailed
Résultat EventType

WorkflowExecutionSignaled public_oe static_oe property

Constant WorkflowExecutionSignaled for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionSignaled
Résultat EventType

WorkflowExecutionStarted public_oe static_oe property

Constant WorkflowExecutionStarted for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionStarted
Résultat EventType

WorkflowExecutionTerminated public_oe static_oe property

Constant WorkflowExecutionTerminated for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionTerminated
Résultat EventType

WorkflowExecutionTimedOut public_oe static_oe property

Constant WorkflowExecutionTimedOut for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionTimedOut
Résultat EventType