Table of Contents

Enum CATCHUP

Namespace
Pillars.Schedules.Data
Assembly
Pillars.dll

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 = 3

Performs the schedule / cycle for exactly the amounts of missed cycles or schedules

NEVER = 1

Does nothing when server starts, but keeps a history in the database

NONE = 0

No History will be added for this schedule

ONCE = 2

If any number of cycles or schedules were missed, the method will be run ONCE as a catchup