Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaCS3/xterm-player
/ stop
Method
stop
src/Timer.ts:224–227 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
this._setState(
'Paused'
)
223
}
224
public stop(): void {
225
this._ticker.stop()
226
this._setState(
'Stopped'
)
227
}
228
public dispose(): void {
229
this._onReadyCb = this._onStateChangeCb = this._onTickCb = NULL_FN
230
this.stop()
Callers
3
time
Method · 0.95
start
Method · 0.95
dispose
Method · 0.95
Calls
2
_setState
Method · 0.95
stop
Method · 0.65
Tested by
no test coverage detected