📄️ Scheduling a job
To schedule a job is to make sure that its execution is triggered not by an interactive user action (such as pressing a button), but by the system clock reaching a specified date and time.
📄️ Modelling scheduled jobs
You can model facts about scheduled jobs as part of your USoft application model.
📄️ Checking if a job should run at all
Often, a job should only run if a certain test is passed. For example, an import task is to run subject to a condition, such as: