Enum EbicsSpoolerTaskPeriod
The configurable repetition periods of the EbicsSpoolerTask.
public enum EbicsSpoolerTaskPeriod
Fields
Daily = 0The spooler task is executed once, Monday through Friday, at 04:00 local time.
EveryEightHours = 8The spooler task is executed Monday through Friday at 04:00, 12:00, and 20:00.
EveryFourHours = 4The spooler task is executed Monday through Friday at 04:00, 08:00, 12:00, 16:00, and 20:00.
EveryHour = 1The spooler task is executed Monday through Friday at every hour from 08:00 through 20:00.
EveryTwoHours = 2The spooler task is executed Monday through Friday day at 04:00, 06:00, 08:00, 10:00, 12:00, 14:00, 16:00, 18:00, and 20:00.
Unknown = -1No task period can be determined.