@saflib/cron-db
@saflib/cron-db
Classes
Class | Description |
---|---|
CronDatabaseError | Superclass for all handled cron db errors |
JobSettingNotFoundError | Superclass for all handled cron db errors |
Interfaces
Interface | Description |
---|---|
JobSetting | The current state and settings of a cron job. |
Type Aliases
Type Alias | Description |
---|---|
GetAllResult | - |
GetByNameResult | - |
SetEnabledResult | - |
SetLastRunStatusResult | - |
Variables
Variable | Description |
---|---|
cronDb | For managing connections to the cron database. |
jobSettingsDb | Queries for getting info on cron jobs, and updating them. |