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:group-add-scheduled-task This function adds one or more scheduled tasks to the specified group.
admin:group-daily-scheduled-task This function constructs a task to be invoked at daily intervals.
admin:group-delete-scheduled-task This function deletes one or more scheduled tasks from the specified group.
admin:group-get-scheduled-task This function returns information about a scheduled task for a group based on the task ID and the group ID.
admin:group-get-scheduled-tasks This function returns all of the tasks scheduled for the specified group.
admin:group-hourly-scheduled-task This function constructs a task to be invoked at hourly intervals.
admin:group-minutely-scheduled-task This function constructs a task to be invoked at intervals defined in terms of minutes.
admin:group-monthly-scheduled-task This function constructs a task to be invoked at monthly intervals.
admin:group-one-time-scheduled-task This function constructs a task to be invoked once, at a specific calendar day and time.
admin:group-weekly-scheduled-task This function constructs a task to be invoked at weekly intervals.