enum Protocol::ServiceWorker::ServiceWorkerVersionRunningStatus

Defined in:

protocol/service_worker.cr

Enum Members

Stopped = 0
Starting = 1
Running = 2
Stopping = 3

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def running? #

[View source]
def starting? #

[View source]
def stopped? #

[View source]
def stopping? #

[View source]