Enum EbicsSpoolerTaskPeriod

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Win32.dll

The configurable repetition periods of the EbicsSpoolerTask.

public enum EbicsSpoolerTaskPeriod

Fields

Daily = 0

The spooler task is executed once, Monday through Friday, at 04:00 local time.

EveryEightHours = 8

The spooler task is executed Monday through Friday at 04:00, 12:00, and 20:00.

EveryFourHours = 4

The spooler task is executed Monday through Friday at 04:00, 08:00, 12:00, 16:00, and 20:00.

EveryHour = 1

The spooler task is executed Monday through Friday at every hour from 08:00 through 20:00.

EveryTwoHours = 2

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

No task period can be determined.

See Also