(state: Transaction["Service"])
| 14611 | } |
| 14612 | |
| 14613 | function clearTransaction(state: Transaction["Service"]) { |
| 14614 | state.retry = false |
| 14615 | state.journal.clear() |
| 14616 | } |
| 14617 | |
| 14618 | /** |
| 14619 | * Retries the current transaction by signaling that it must be retried. |