. /** * This file defines tasks performed by the tool. * * @package tool_monitor * @copyright 2014 Mark Nelson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // List of tasks. $tasks = array( array( 'classname' => 'tool_monitor\task\clean_events', 'blocking' => 0, 'minute' => '*', 'hour' => '*', 'day' => '*', 'dayofweek' => '*', 'month' => '*' ) );