Enum CATCHUP
The enum describes the behavior what should happen if a schedule or cycle was missed, while the server was offline.
public enum CATCHUP
Fields
ALL = 3Performs the schedule / cycle for exactly the amounts of missed cycles or schedules
NEVER = 1Does nothing when server starts, but keeps a history in the database
NONE = 0No History will be added for this schedule
ONCE = 2If any number of cycles or schedules were missed, the method will be run ONCE as a catchup