FpcScheduledTaskRunningPeriod enumeration

Applies to: desktop apps only

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                   = 0,
  fpcRunDaily                  = 1,
  fpcRunOnSpecifiedDaysOfWeek  = 2,
  fpcRunOnSpecifiedDayOfMonth  = 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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010