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

Method isStopped

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

Source from the content-addressed store, hash-verified

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
315 public onReady(cb: ITimerReadyCallback): ITimer {
316 this._onReadyCb = cb

Callers 1

_tickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected