list_getScheduledTasks

Description

Loads up information about all the scheduled tasks so you can manage them.

Syntax

array list_getScheduledTasks ()



Return value

Expected type: Array of arrays
Description:


Notes

  • Returns an array with arrays of scheduled task info
  • Each array has 'id', 'function', 'name', 'desc', 'next_time', 'disabled', 'checked_state' and 'regularity'
  • Moved to ManageScheduledTasks.php in 2.0 RC1
Advertisement: