pause method
Last updated: 2026-03-05T10:53:28.864Z
Metrics
LOC: 5
Complexity: 2
Params: 0
Signature
pause()
Source Code
pause() {
if (status !== "running") return;
setStatus("paused");
log.info("Replay paused");
},
Dependencies (Outgoing)
| Target | Type |
|---|---|
| setStatus | calls |
No incoming dependencies.