Scheduled Jobs
Scheduled jobs are used for performing background tasks according to schedule.Scheduled jobs mechanism allows you to do the following:
- Register scheduled jobs in an infobase;
- Assign a schedule to a scheduled job;
- Define conditionally constant scheduled jobs using metadata;
- Execute tasks according to job schedule;
- Manage scheduled jobs (enable/disable, etc.).