Defines the types of triggers associated with a scheduled job.
Member | Value | Description |
---|---|---|
MFTriggerTypeDaily | 1 | Trigger is set to run the task on a daily interval. |
MFTriggerTypeMonthlyDate | 3 | Trigger is set to run the task on a specific day(s) of the month. |
MFTriggerTypeMonthlyDOW | 4 | Trigger is set to run the task on specific days, weeks, and months. |
MFTriggerTypeOnce | 0 | Trigger is set to run the task a single time. |
MFTriggerTypeWeekly | 2 | Trigger is set to run the work item on specific days of a specific week of a specific month. |