enum Mosquito::Runnable::State

Defined in:

mosquito/runnable.cr

Enum Members

Starting = 0
Working = 1
Idle = 2
Stopping = 3
Finished = 4

Instance Method Summary

Instance Method Detail

def finished? #

[View source]
def idle? #

[View source]
def running? #

[View source]
def started? #

ie, not starting


[View source]
def starting? #

[View source]
def stopping? #

[View source]
def working? #

[View source]