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

endTask

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

カーソル行のタスクを終了する

既に終了していたら、終了をキャンセルする 開始されていないタスクには効果がない

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