CrystaLXD::Success::Code
Inherits Enum < Comparable < Value < Object
Constants
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 methods
from_json_object_key?(key : String)
Instance methods
aborting?
Returns true if this enum value equals Aborting
cancelled?
Returns true if this enum value equals Cancelled
cancelling?
Returns true if this enum value equals Cancelling
failure?
Returns true if this enum value equals Failure
freezing?
Returns true if this enum value equals Freezing
frozen?
Returns true if this enum value equals Frozen
operation_created?
Returns true if this enum value equals OperationCreated
pending?
Returns true if this enum value equals Pending
running?
Returns true if this enum value equals Running
started?
Returns true if this enum value equals Started
starting?
Returns true if this enum value equals Starting
stopped?
Returns true if this enum value equals Stopped
stopping?
Returns true if this enum value equals Stopping
success?
Returns true if this enum value equals Success
thawed?
Returns true if this enum value equals Thawed
to_json_object_key