bdcs-api-0.1.3: BDCS API Server

Safe HaskellNone
LanguageHaskell2010

BDCS.API.QueueStatus

Synopsis

Documentation

data QueueStatus Source #

What is the state of a compose in the queue?

Constructors

QWaiting

The compose has not yet started.

QRunning

The compose is in progress.

QFinished

The compose finished successfully.

QFailed

The compose finished unsuccessfully.