state

package
v3.38.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsIncomplete

func IsIncomplete(state State) bool

func IsTerminal

func IsTerminal(state State) bool

Types

type State

type State string
const (
	Scheduled State = "scheduled"
	Running   State = "running"
	Blocked   State = "blocked"
	Canceling State = "canceling"
	Failing   State = "failing"
	Passed    State = "passed"
	Failed    State = "failed"
	Canceled  State = "canceled"
	Skipped   State = "skipped"
	NotRun    State = "not_run"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL