MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / isRunning

Method isRunning

src/scripting/api/Runtime/Timer.ts:40–46  ·  view source on GitHub ↗
(state:boolean)

Source from the content-addressed store, hash-verified

38 }
39
40 set isRunning(state:boolean){
41 if (state == false) {
42 this.stop();
43 } else {
44 this.start();
45 }
46 }
47
48 get isRunning():boolean{
49 return this._timer > -1;

Callers

nothing calls this directly

Calls 2

stopMethod · 0.95
startMethod · 0.95

Tested by

no test coverage detected