enum CrystaLXD::Success::Code

Defined in:

success.cr

Enum Members

OperationCreated = 100
Started = 101
Stopped = 102
Running = 103
Cancelling = 104
Pending = 105
Starting = 106
Stopping = 107
Aborting = 108
Freezing = 109
Frozen = 110
Thawed = 111
Success = 200
Failure = 400
Cancelled = 401

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json_object_key?(key : String) #

[View source]

Instance Method Detail

def aborting? #

[View source]
def cancelled? #

[View source]
def cancelling? #

[View source]
def failure? #

[View source]
def freezing? #

[View source]
def frozen? #

[View source]
def operation_created? #

[View source]
def pending? #

[View source]
def running? #

[View source]
def started? #

[View source]
def starting? #

[View source]
def stopped? #

[View source]
def stopping? #

[View source]
def success? #

[View source]
def thawed? #

[View source]
def to_json_object_key : String #

[View source]