package
0.43.0
Repository: https://github.com/apigear-io/cli.git
Documentation: pkg.go.dev

# 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.

# Type aliases

TaskFunc is the function type of the task to run.
No description provided by the author