Loading TOC...

admin functions (Scheduler)

For the complete list of functions and categories in this namespace, refer to the main admin functions page.

10 functions
Function name Description
admin.groupAddScheduledTask This function adds one or more scheduled tasks to the specified group.
admin.groupDailyScheduledTask This function constructs a task to be invoked at daily intervals.
admin.groupDeleteScheduledTask This function deletes one or more scheduled tasks from the specified group.
admin.groupGetScheduledTask This function returns information about a scheduled task for a group based on the task ID and the group ID.
admin.groupGetScheduledTasks This function returns all of the tasks scheduled for the specified group.
admin.groupHourlyScheduledTask This function constructs a task to be invoked at hourly intervals.
admin.groupMinutelyScheduledTask This function constructs a task to be invoked at intervals defined in terms of minutes.
admin.groupMonthlyScheduledTask This function constructs a task to be invoked at monthly intervals.
admin.groupOneTimeScheduledTask This function constructs a task to be invoked once, at a specific calendar day and time.
admin.groupWeeklyScheduledTask This function constructs a task to be invoked at weekly intervals.