MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / isRunning

Method isRunning

src/scripting/api/Runtime/Timer.ts:158–160  ·  view source on GitHub ↗
(b:boolean)

Source from the content-addressed store, hash-verified

156 }
157
158 set isRunning(b:boolean) {
159 __trace('Timer.isRunning is read-only', 'warn');
160 }
161
162 get isRunning():boolean {
163 return this._timer >= 0;

Callers

nothing calls this directly

Calls 1

__traceFunction · 0.85

Tested by

no test coverage detected