admin functions (Scheduler)

For information on how to import the functions in this module, refer to the main admin library page.

9 functions
Function nameDescription
admin:group-add-scheduled-taskThis function adds one or more scheduled tasks to the specified group.
admin:group-daily-scheduled-taskThis function constructs a task to be invoked at daily intervals.
admin:group-delete-scheduled-taskThis function deletes one or more scheduled tasks from the specified group.
admin:group-get-scheduled-tasksThis function returns all of the tasks scheduled for the specified group.
admin:group-hourly-scheduled-taskThis function constructs a task to be invoked at hourly intervals.
admin:group-minutely-scheduled-taskThis function constructs a task to be invoked at intervals defined in terms of minutes.
admin:group-monthly-scheduled-taskThis function constructs a task to be invoked at monthly intervals.
admin:group-one-time-scheduled-taskThis function constructs a task to be invoked once, at a specific calendar day and time.
admin:group-weekly-scheduled-taskThis function constructs a task to be invoked at weekly intervals.