Interface Timer
interface Timer {
"[toPrimitive]"(): number;
hasRef(): boolean;
ref(): this;
refresh(): this;
unref(): this;
}
"[toPrimitive]"(): number;
hasRef(): boolean;
ref(): this;
refresh(): this;
unref(): this;
}
Hierarchy (View Summary)
- RefCounted
- Timer
Index
Methods
Was this helpful?
Deprecated
Use
NodeJS.Timeoutinstead.