Enum rjq::Status [] [src]

pub enum Status {
    QUEUED,
    RUNNING,
    LOST,
    FINISHED,
    FAILED,
}

Job status

Variants

Job is queued

Job is running

Job was lost - timeout exceeded

Job finished successfully

Job failed

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter.

impl PartialEq for Status
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.