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

toggleTask

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

カーソル行のタスクを状態をcyclicに変更するmethod

以下の順に状態が変化する

  1. 未開始
  2. 開始
  3. 終了
  4. 未開始 ...
const toggleTask: () => Promise<void>;