MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / pause

Method pause

src/Timer.ts:301–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 this._media.play()
300 }
301 public pause(): void {
302 if (!this._ready) { return }
303 this._ticker.stop()
304 this._media.pause()
305 }
306 public stop(): void {
307 if (!this._ready) { return }
308 this._ticker.stop()

Callers

nothing calls this directly

Calls 2

stopMethod · 0.65
pauseMethod · 0.65

Tested by

no test coverage detected