# Functions
DeleteExpiredCompleted deletes completed tasks that have an expiration date in the past.
GetCompletedTasks loads completed tasks from the database using a given query and arguments.
GetScheduledTasks loads the tasks that are next up to be executed in order of execution time.
GetTasks loads tasks from the database using a given query and arguments.