method IRuntimeServices.clearInterval
IRuntimeServices.clearInterval(handle: TimerHandle): void

Cancels a setInterval.

Parameters

The timer handle

Return Type

void

Usage

import { type IRuntimeServices } from "common/src/index.ts";