📄️ Global Job
A function annotated with the cron macro defines what is known as a "global job" inside cronframe.
📄️ A Cron Object
Before we see how to define either a function or a method job we need to introduce a very easy concept of the framework.
📄️ Function Job
CronFrame calls "function job" a function that is:
📄️ Method Job
CronFrame calls "method job" a method that is:
📄️ Without Macros
Say, you are don't find defining jobs with macros appealing, the framework might still be of interest to you.