Documentation
¶
Index ¶
Constants ¶
View Source
const ( // StatusPending is the status of a job that is waiting to be run. StatusPending = 0 // StatusRunning is the status of a job that is currently running. StatusRunning = 1 // StatusFinished is the status of a job that has finished running. StatusFinished = 2 )
Variables ¶
View Source
var ReportTimeout = time.Second * 5
Functions ¶
This section is empty.
Types ¶
type Isupervisor ¶
Click to show internal directories.
Click to hide internal directories.