SagaStateWrapper<'UserState, 'TEvent> Type
Standard wrapper for saga states that includes NotStarted/Started
Union cases
Union case | Description |
Full Usage:
NotStarted
|
|
Full Usage:
Started SagaStartingEvent<Event<'TEvent>>
Parameters:
SagaStartingEvent<Event<'TEvent>>
|
|
Full Usage:
UserDefined 'UserState
Parameters:
'UserState
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsNotStarted
Returns: bool
|
|
Full Usage:
this.IsStarted
Returns: bool
|
|
Full Usage:
this.IsUserDefined
Returns: bool
|
|