# Functions
ParseTaskID parses a task ID into its component parts.
WithIgnoreStatus is an option to ignore particular status code from PVE API when waiting for a task to complete.
WithIgnoreWarnings is an option to ignore warnings when waiting for a task to complete.
# Structs
Client is an interface for performing requests against the Proxmox 'tasks' API.
GetTaskLogResponseBody contains the body from a node get task log response.
GetTaskLogResponseData contains the data from a node get task log response.
GetTaskStatusResponseBody contains the body from a node get task status response.
GetTaskStatusResponseData contains the data from a node get task status response.
TaskID contains the components of a PVE task ID.
# Interfaces
TaskWaitOption is an option for waiting for a task to complete.