HistoryEventType enum

Inheritance

Constructors

HistoryEventType()
const

Values

activityFailed → const HistoryEventType
activityScheduled → const HistoryEventType
activityScheduleFailed → const HistoryEventType
activityStarted → const HistoryEventType
activitySucceeded → const HistoryEventType
activityTimedOut → const HistoryEventType
choiceStateEntered → const HistoryEventType
choiceStateExited → const HistoryEventType
executionAborted → const HistoryEventType
executionFailed → const HistoryEventType
executionStarted → const HistoryEventType
executionSucceeded → const HistoryEventType
executionTimedOut → const HistoryEventType
failStateEntered → const HistoryEventType
lambdaFunctionFailed → const HistoryEventType
lambdaFunctionScheduled → const HistoryEventType
lambdaFunctionScheduleFailed → const HistoryEventType
lambdaFunctionStarted → const HistoryEventType
lambdaFunctionStartFailed → const HistoryEventType
lambdaFunctionSucceeded → const HistoryEventType
lambdaFunctionTimedOut → const HistoryEventType
mapIterationAborted → const HistoryEventType
mapIterationFailed → const HistoryEventType
mapIterationStarted → const HistoryEventType
mapIterationSucceeded → const HistoryEventType
mapStateAborted → const HistoryEventType
mapStateEntered → const HistoryEventType
mapStateExited → const HistoryEventType
mapStateFailed → const HistoryEventType
mapStateStarted → const HistoryEventType
mapStateSucceeded → const HistoryEventType
parallelStateAborted → const HistoryEventType
parallelStateEntered → const HistoryEventType
parallelStateExited → const HistoryEventType
parallelStateFailed → const HistoryEventType
parallelStateStarted → const HistoryEventType
parallelStateSucceeded → const HistoryEventType
passStateEntered → const HistoryEventType
passStateExited → const HistoryEventType
succeedStateEntered → const HistoryEventType
succeedStateExited → const HistoryEventType
taskFailed → const HistoryEventType
taskScheduled → const HistoryEventType
taskStarted → const HistoryEventType
taskStartFailed → const HistoryEventType
taskStateAborted → const HistoryEventType
taskStateEntered → const HistoryEventType
taskStateExited → const HistoryEventType
taskSubmitFailed → const HistoryEventType
taskSubmitted → const HistoryEventType
taskSucceeded → const HistoryEventType
taskTimedOut → const HistoryEventType
waitStateAborted → const HistoryEventType
waitStateEntered → const HistoryEventType
waitStateExited → const HistoryEventType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<HistoryEventType>
A constant List of the values in this enum, in order of their declaration.