# Functions

New returns a new TaskRun.

# Constants

Stages supported by RunStage.
Stages supported by RunStage.
Stages supported by RunStage.
Stages supported by RunStage.
Stages supported by RunStage.
Stages supported by RunStage.
Stages supported by RunStage.
TaskCanceled is used to abort a TaskRun when the queue reports that the task has been canceled, deadline exceeded or claim expired.
WorkerShutdown is used to abort a TaskRun because the worker is going to shutdown immediately.

# Structs

Options required to create a TaskRun.
A TaskRun holds the state of a running task.

# Type aliases

An AbortReason specifies the reason a TaskRun was aborted.
A Stage represents the internal state at which a TaskRun has been advanced.