Resumed

constructor(result: R, state: S, terminal: TerminalOutcome)

Parameters

result

The original saga result (last Effect payload decoded as R).

state

The reconstructed saga state after replaying all Effect entries.

terminal

Whether the original run committed, aborted, or ended indeterminate.