class Schedule

Defined in:

tasks/schedule.cr

Class Method Summary

Class Method Detail

def self.call_msg(id, dispatch, time) #

[View source]
def self.finish #

[View source]
def self.job(id : Symbol | String, dispatch : Symbol, time : Time, &callback : -> _) #

[View source]
def self.job(id : Symbol | String, dispatch : Symbol, time : String, &callback : -> _) #

[View source]
def self.job(id : Symbol | String, dispatch : Symbol, time : Time::Span | String, &callback : -> _) #

[View source]
def self.store #

[View source]
def self.usage #

[View source]