enum Mosquito::Job::State

Defined in:

mosquito/job.cr

Enum Members

Initialization = 0
Running = 1
Succeeded = 2
Failed = 3
Aborted = 4

Instance Method Summary

Instance Method Detail

def aborted? #

def executed? : Bool #

def failed? #

def initialization? #

def running? #

def succeeded? #