Running returns whether replication is currently running
()
| 479 | |
| 480 | r.commitOngoingTxnIfClean(state, delta.OnCloseFlushReason) |
| 481 | |
| 482 | // Rollback any open transaction |
| 483 | r.rollback(ctx) |
| 484 | |
| 485 | r.running = false |
| 486 | close(r.stop) |
| 487 | } |
| 488 |
no outgoing calls