Skip to content
Snippets Groups Projects
tasks.php 1016 B
<?php
/**
 * Created by PhpStorm.
 * User: softia
 * Date: 28/03/18
 * Time: 13:30
 */

defined('MOODLE_INTERNAL') || die();

$tasks = [];

// $tasks = array(
//     array(
//         'classname' => 'block_competency_iena\task\sync_task_iena_roles',
//         'blocking' => 0,
//         'minute' => '0',
//         'hour' => '0',
//         'day' => '0',
//         'month' => '0',
//         'dayofweek' => '0'
//     ),

//     array(
//         'classname' => 'block_competency_iena\task\sync_task_iena_roles_complete',
//         'blocking' => 0,
//         'minute' => '0',
//         'hour' => '0',
//         'day' => '0',
//         'month' => '0',
//         'dayofweek' => '0'
//     ),

//     array(
//         'classname' => 'block_competency_iena\task\sync_task_iena_competency',
//         'blocking' => 0,
//         'minute' => '0',
//         'hour' => '0',
//         'day' => '0',
//         'month' => '0',
//         'dayofweek' => '0'
//     )
// );