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? #

def idle? #

def running? #

def started? #

ie, not starting


def starting? #

def stopping? #

def working? #