struct Workr::Models::JobExecutionData

Defined in:

models/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt32, start_date : Time, end_date : Time | Nil, finished : Bool, exit_code : Int32 | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, start_date _start_date = @start_date, end_date _end_date = @end_date, finished _finished = @finished, exit_code _exit_code = @exit_code) #

[View source]
def end_date : Time | Nil #

def exit_code : Int32 | Nil #

def finished : Bool #

def id : UInt32 #

def start_date : Time #