Type alias TaskStatus

TaskStatus: "idle" | "running" | "success" | "error"

The status of the task

Generated using TypeDoc