class Quartz::DSDE::Executive::State

Defined in:

quartz/dsde/executive.cr

Constant Summary

STATE_PARAMS = [] of Nil
STATE_VARS = [{name: phase, type: Symbol, value: :idle, block: }] of Nil

Instance Method Summary

Instance methods inherited from class Quartz::State

==(other : self)
==(other)
==
, clone clone, hash(hasher) hash, inspect(io) inspect, to_hash to_hash, to_named_tuple to_named_tuple

Constructor methods inherited from class Quartz::State

new(**kwargs) new

Instance methods inherited from class Reference

==(other : Quartz::Any) ==

Instance methods inherited from class Object

===(other : Quartz::Any) ===

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


[View source]
def phase : Symbol #

def phase=(phase : Symbol) #