Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Files | Namespaces | Classes | Functions | Variables
tool_task

Files

file  adhocqueue.php
 Ad hoc queue checks.
 
file  behat_tool_task.php
 Behat step definitions for scheduled task administration.
 
file  behat_tool_task_generator.php
 Behat data generator for tool_task.
 
file  cronrunning.php
 Cron running check.
 
file  edit_scheduled_task_form.php
 Form for scheduled tasks admin pages.
 
file  lib.php
 Task API status checks.
 
file  lib.php
 Tool task test data generator class.
 
file  maxfaildelay.php
 Task fail delay check.
 
file  provider.php
 Privacy Subsystem implementation for tool_task.
 
file  renderer.php
 Output rendering for the plugin.
 
file  running_tasks_table.php
 Running tasks table.
 
file  scheduled_checker_task.php
 Checker class.
 
file  settings.php
 Scheduled tasks.
 
file  version.php
 Plugin version info.
 

Namespaces

namespace  tool_task
  
 
namespace  tool_task\check
  
 
namespace  tool_task\privacy
  
 

Classes

class  behat_tool_task
 Behat step definitions for scheduled task administration. More...
 
class  behat_tool_task_generator
 
class  tool_task\check\adhocqueue
 Ad hoc queue checks. More...
 
class  tool_task\check\cronrunning
 Cron running check. More...
 
class  tool_task\check\maxfaildelay
 Task fail delay check. More...
 
class  tool_task\privacy\provider
 Privacy Subsystem for tool_task implementing null_provider. More...
 
class  tool_task\running_tasks_table
 Table to display list of running task. More...
 
class  tool_task\scheduled_checker_task
 
class  tool_task_edit_scheduled_task_form
 Edit scheduled task form. More...
 
class  tool_task_generator
 Tool task test data generator class. More...
 
class  tool_task_renderer
 Implements the plugin renderer. More...
 

Functions

 tool_task_mtrace_wrapper (string $message, string $eol)
 Function used to handle mtrace by outputting the text to normal browser window.
 
 tool_task_status_checks ()
 Add cron related service status checks.
 

Variables

 $plugin = 2022111800
 
$plugin component = 'tool_task'
 
$plugin version = 2022112800
 

Detailed Description

Function Documentation

◆ tool_task_mtrace_wrapper()

tool_task_mtrace_wrapper ( string  $message,
string  $eol 
)

Function used to handle mtrace by outputting the text to normal browser window.

Parameters
string$messageMessage to output
string$eolEnd of line character

◆ tool_task_status_checks()

tool_task_status_checks ( )

Add cron related service status checks.

Return values
arrayof check objects