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

Method isRunning

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

Source from the content-addressed store, hash-verified

309 this._setState('Stopped')
310 }
311 public isRunning(): boolean { return !this._media.paused && !this._media.ended }
312 public isPaused(): boolean { return this._media.paused }
313 public isStopped(): boolean { return this._media.ended || (this._ready && (this._media.currentTime >= this._media.duration)) }
314

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected