Enum EbicsSpoolerTask.ProduceOption

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Win32.dll
public enum EbicsSpoolerTask.ProduceOption

Fields

Create = 1

Returns existing, unmodified task. If the task does not exist, then a default, disabled spooler task is created and returned.

Existing = 0

Only return existing, unmodified spooler task.

Recreate = 2

Always creates a new default, disabled spooler task and returns it. Any existing spooler task is replaced.