Enum EbicsSpoolerTaskPeriod
The configurable repetition periods of the EbicsSpoolerTask.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Win32.dll
Syntax
public enum EbicsSpoolerTaskPeriod
Fields
Name | Description |
---|---|
Daily | The spooler task is executed once, Monday through Friday, at 04:00 local time. |
EveryEightHours | The spooler task is executed Monday through Friday at 04:00, 12:00, and 20:00. |
EveryFourHours | The spooler task is executed Monday through Friday at 04:00, 08:00, 12:00, 16:00, and 20:00. |
EveryHour | The spooler task is executed Monday through Friday at every hour from 08:00 through 20:00. |
EveryTwoHours | The 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 | No task period can be determined. |