status

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	//Pending represents a job that has not yet run
	Pending = iota
	//Running represents a job that is in progress
	Running
	//Done is a job that has finished successfully
	Done
	//Retry is a job that has failed but is ready to be retried
	Retry
	//Failed is a job that has exceeded the retry limit and given up
	Failed
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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