Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaCS3/xterm-player
/ pause
Method
pause
src/Timer.ts:220–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
})
219
}
220
public pause(): void {
221
this._ticker.stop()
222
this._setState(
'Paused'
)
223
}
224
public stop(): void {
225
this._ticker.stop()
226
this._setState(
'Stopped'
)
Callers
nothing calls this directly
Calls
2
_setState
Method · 0.95
stop
Method · 0.65
Tested by
no test coverage detected