The FpcScheduledTaskRunningPeriod enumerated type contains values that specify the recurrence period for running scheduled tasks. Scheduled tasks include content download jobs and report jobs.
typedef enum FpcScheduledTaskRunningPeriod { fpcRunOnce
The scheduled task is to be run only once.
= 0, fpcRunDaily
The scheduled task is to be run daily.
= 1, fpcRunOnSpecifiedDaysOfWeek
The scheduled task is to be run on the specified days of the week.
= 2, fpcRunOnSpecifiedDayOfMonth
The scheduled task is to be run on the specified day of the month. This value is applicable only to report jobs.
= 3 } FpcScheduledTaskRunningPeriod;
The scheduled task is to be run only once.
The scheduled task is to be run daily.
The scheduled task is to be run on the specified days of the week.
The scheduled task is to be run on the specified day of the month. This value is applicable only to report jobs.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.