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

Mandarine.MandarineCore.Decorators.ScheduledTask

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

const { ScheduledTask } = Mandarine.MandarineCore.Decorators;
interface ScheduledTask {
cronExpression: string;
methodName: string;
timeZone: string | undefined;
}

§Properties

§
cronExpression: string
[src]
§
methodName: string
[src]
§
timeZone: string | undefined
[src]