class

Tasko::Engine

Inherits Reference / Object

Instance methods

create_task_key
Source
deserialize_data(serialized : String, as type : Class)
Source
mark_as_completed(task : Key) : Nil
Source
run(application : Application, exit_on_done : Bool) : Nil
Source
serialize_data(data : D) : String forall D
Source
stats

Optional

Source
store
Source
submit_changeset(changeset : Changeset, current_task_key : Key | Nil)
Source
tasks_dependencies(task : Key) : Array(Key)
Source