|
|
Description:
|
acsScheduledTasksTableFrequency OBJECT-TYPE
SYNTAX INTEGER {hourly(1), daily(2), weekly(3), monthly(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object defines how often the task will be run.
When set to hourly(1), the task will be run every hour.
When set to daily(2), the task will be run every day at the time
specified by acsScheduledTasksTableTime.
When set to weekly(3), the task will be run every week on the day
specified by acsScheduledTasksTableDay, at the time
specified by acsScheduledTasksTableTime.
When set to monthly(4), the task will be run every month on the day
specified by acsScheduledTasksTableDate, at the time
specified by acsScheduledTasksTableTime."
|
|
|
|