FpcScheduledTaskRunningPeriod Enumeration

The FpcScheduledTaskRunningPeriod enumerated type contains values that specify the recurrence period for running scheduled tasks. Scheduled tasks include content download jobs and report jobs.

Syntax

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

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.