Enum EbicsSpoolerTask.ProduceOption
Options for ProduceTask(EbicsSpoolerTask.ProduceOption).
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Win32.dll
Syntax
public enum ProduceOption
Fields
Name | Description |
---|---|
Create | Returns existing, unmodified task. If the task does not exist, then a default, disabled spooler task is created and returned. |
Existing | Only return existing, unmodified spooler task. |
Recreate | Always creates a new default, disabled spooler task and returns it. Any existing spooler task is replaced. |