ganeti-htoolsSource codeContentsIndex
Ganeti.Jobs
Description
Implementation of the job information.
Synopsis
data JobStatus
= JobQueued
| JobWaitLock
| JobRunning
| JobSuccess
| JobCanceling
| JobCanceled
| JobError
| JobGone
Documentation
data JobStatus Source
The JobStatus data type. Note that this is ordered especially such that greater/lesser comparison on values of this type makes sense.
Constructors
JobQueued
JobWaitLock
JobRunning
JobSuccess
JobCanceling
JobCanceled
JobError
JobGone
show/hide Instances
Produced by Haddock version 2.4.2