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

startTask

import { startTask } from "https://raw.githubusercontent.com/takker99/takker-scheduler/main/mod.ts";

カーソル行のタスクを開始する

既に開始されていたら、開始をキャンセルする

const startTask: () => Promise<void>;