class Quartz::DSDE::Executive::State
- Quartz::DSDE::Executive::State
- Quartz::State
- Reference
- Object
Defined in:
quartz/dsde/executive.crConstant Summary
-
STATE_PARAMS =
[] of Nil
-
STATE_VARS =
[{name: phase, type: Symbol, value: :idle, block: }] of Nil
Instance Method Summary
-
#clone
Returns a copy of
self
with all instance variables cloned. - #phase : Symbol
- #phase=(phase : Symbol)
Instance methods inherited from class Quartz::State
==(other : self)==(other) ==, clone clone, hash(hasher) hash, inspect(io) inspect, to_hash to_hash, to_json(json : JSON::Builder) to_json, to_named_tuple to_named_tuple
Constructor methods inherited from class Quartz::State
new(pull : JSON::PullParser)new(**kwargs) new