MCPcopy Create free account
hub / github.com/JavaCS3/xterm-player / isRunning

Method isRunning

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

Source from the content-addressed store, hash-verified

196 }
197
198 public isRunning(): boolean { return this._state === 'Running' }
199 public isPaused(): boolean { return this._state === 'Paused' }
200 public isStopped(): boolean { return this._state === 'Stopped' }
201

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected