Microsoft Internet Security and Acceleration Server 2004 SDK

FpcScheduledTaskRunningPeriod

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
fpcRunOnce
The scheduled task is to be run only once.
 = 0,
  fpcRunDaily
fpcRunDaily
The scheduled task is to be run daily.
 = 1,
  fpcRunOnSpecifiedDaysOfWeek
fpcRunOnSpecifiedDaysOfWeek
The scheduled task is to be run on the specified days of the week.
 = 2,
  fpcRunOnSpecifiedDayOfMonth
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;

Constants

fpcRunOnce
The scheduled task is to be run only once.
fpcRunDaily
The scheduled task is to be run daily.
fpcRunOnSpecifiedDaysOfWeek
The scheduled task is to be run on the specified days of the week.
fpcRunOnSpecifiedDayOfMonth
The scheduled task is to be run on the specified day of the month. This value is applicable only to report jobs.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types