Enum disqrust::JobStatus [] [src]

pub enum JobStatus {
    FastAck,
    AckJob,
    NAck,
}

Once a job execution finishes, change its status by performing one of this actions.

Variants

Performs a best effort cluster wide deletion of the job.

Acknowledges the execution of the jobs.

Puts back the job in the queue ASAP.

Trait Implementations

impl Clone for JobStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more