Skip to content
Snippets Groups Projects
Commit bd252483 authored by Thomas Fradet's avatar Thomas Fradet
Browse files

disabled tasks

parent 95aa1579
No related branches found
No related tags found
No related merge requests found
......@@ -8,34 +8,36 @@
defined('MOODLE_INTERNAL') || die();
$tasks = array(
array(
'classname' => 'block_competency_iena\task\sync_task_iena_roles',
'blocking' => 0,
'minute' => '0',
'hour' => '0',
'day' => '0',
'month' => '0',
'dayofweek' => '0'
),
$tasks = [];
array(
'classname' => 'block_competency_iena\task\sync_task_iena_roles_complete',
'blocking' => 0,
'minute' => '0',
'hour' => '0',
'day' => '0',
'month' => '0',
'dayofweek' => '0'
),
// $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_competency',
'blocking' => 0,
'minute' => '0',
'hour' => '0',
'day' => '0',
'month' => '0',
'dayofweek' => '0'
)
);
\ No newline at end of file
// 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'
// )
// );
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment