Class EbicsSpoolerTask
public class EbicsSpoolerTask
- Inheritance
-
EbicsSpoolerTask
- Inherited Members
Properties
IsEnabled
public bool IsEnabled { get; set; }
Property Value
Period
public EbicsSpoolerTaskPeriod Period { get; set; }
Property Value
Methods
ProduceTask(ProduceOption)
Produces the unique standard EbicsSpoolerTask managed by this class.
public static EbicsSpoolerTask ProduceTask(EbicsSpoolerTask.ProduceOption nOption)
Parameters
nOptionEbicsSpoolerTask.ProduceOptionOption that controls whether and how a new task would be created.
Returns
- EbicsSpoolerTask
If the task already exists in the Windows Task Scheduler, then an instance of EbicsSpoolerTask is returned, which references the existing task. If no such task exists, and
nOptionis Existing, thennullis returned, otherwise a new default Windows Task Scheduler task is created and a new EbicsSpoolerTask instance is returned for it. If a new task is created, it will be created in the disabled state.
Exceptions
- ArgumentException
An unknown
nOptionwas given.
- See Also