# Functions
No description provided by the author
NewTaskItem creates a new task item.
NewTaskManager creates a new task manager.
# Constants
TaskStateAdded is the state when a task is added.
TaskStateFailed is the state when a task is failed.
TaskStateFinished is the state when a task is finished.
TaskStateIdle is the state when a task is idle.
TaskStateRemoved is the state when a task is removed.
TaskStateRunning is the state when a task is running.
TaskStateStopped is the state when a task is stopped.
TaskStateWatching is the state when a task is watching.
# Variables
ErrTaskNotFound is returned when a task is not found.
# Structs
No description provided by the author
TaskItem is the task item stored in the TaskManager.
TaskManager allows you to create tasks and run them.