Packflow.Core.Jobs.Triggers Namespace |
| Class | Description | |
|---|---|---|
| PFJobTrigger |
Represents a cron trigger for the Timer Jobs engine.
Cron expressions reference @ www.quartz-scheduler.orghttp://www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/crontrigger.html | |
| PFJobTriggerDaily |
Represents a Cron trigger for an event happening once a day.
Cron expression is generated upon TimeOfDay property.
| |
| PFJobTriggerHourly | ||
| PFJobTriggerMinutely |
Represents a Cron trigger firing each specified minute period, from a specified minute of the hour.
| |
| PFJobTriggerMonthly |
Represents a Cron trigger firing once each month,
at day of month and time specified in [!:PfJobTriggerMonthly.TimeOfMonth].
| |
| PFJobTriggerWeekly |
Represents a Cron trigger firing on a weekly basis, at specified days and time of day.
|