struct ScheduleReloadPlanEntry

Defined in:

crdo/schedule_store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(task : Task, current : TaskState | Nil, keep_current : Bool, preserve_state : Bool, retire_current : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(task _task = @task, current _current = @current, keep_current _keep_current = @keep_current, preserve_state _preserve_state = @preserve_state, retire_current _retire_current = @retire_current) #

[View source]
def current : TaskState | Nil #

def keep_current : Bool #

def preserve_state : Bool #

def retire_current : Bool #

def task : Task #