obj
IEquatable<SagaState<'SagaData, 'State>>
IStructuralEquatable
IComparable<SagaState<'SagaData, 'State>>
IComparable
IStructuralComparable
ISerializable
Represents the state of a saga instance. The type of the custom data held by the saga. The type representing the saga's current state machine state (e.g., an enum or DU).
Data
'SagaData
The custom data associated with this saga instance.
State
'State
The current state machine state of the saga.
Type something to start searching.