# Functions
NewList creates empty task list.
NewOutput creates new output.
NewResourcesSet creates new instance of resources set.
NewTask creates new task.
# Constants
AllLocalReposResourcesKey to be used as resource key when all local repos are needed.
AllResourcesKey to be used as resource key when all resources are needed.
FAILED when task failed.
IDLE when task is waiting.
RUNNING when task is running.
SUCCEEDED when task is successfully finished.
# Structs
Detail represents custom task details.
List is handling list of processes and makes sure only one process is executed at the time.
Output represents a safe standard output of task which is compatbile to AptlyProgress.
No description provided by the author
PublishDetail represents publish task details.
PublishOutput specific output for publishing api.
ResourceConflictError represents a list tasks using conflicitng resources.
ResourcesSet represents a set of task resources.
Task represents as task in a queue encapsulates process code.