PFJobTriggerWeekly Properties |
The PFJobTriggerWeekly type exposes the following members.
| Name | Description | |
|---|---|---|
| CronExpression |
Gets the cron expression for this trigger.
(Overrides PFJobTriggerCronExpression.) | |
| Days |
Gets or sets the days of week the trigger should fire.
| |
| Description |
Gets the friendly dynamic description for this trigger.
(Overrides PFJobTriggerDescription.) | |
| EndTime |
Not implemented yet!
Gets or sets the absolute end time for this trigger.
(Inherited from PFJobTrigger.) | |
| Key |
Gets a unique identifier for this trigger instance.
(Inherited from PFJobTrigger.) | |
| Paused |
Gets or sets a value indicating whether this PFJobTrigger is paused.
(Inherited from PFJobTrigger.) | |
| StartTime |
Gets or sets the absolute start time for this trigger.
Packflow triggers implementations use this property to compute cron expressions.
(Inherited from PFJobTrigger.) | |
| TimeOfDay |
Gets or sets the time of day the trigger should fire, on selected days.
|