Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineCore.TimerMetadataContext

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { TimerMetadataContext } = Mandarine.MandarineCore;

Context for Tasks that are timer-like.

interface TimerMetadataContext {
fixedRate: number;
handlerType: ClassType;
interval: number;
methodName: string;
}

§Properties

§
fixedRate: number
[src]
§
handlerType: ClassType
[src]
§
interval: number
[src]
§
methodName: string
[src]