Enum EbicsSpoolerTask.ProduceOption
Options for ProduceTask(ProduceOption).
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.