| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
| Topics | |
| test | |
| Namespaces | |
| namespace | tool_task | 
| Running tasks table. | |
| namespace | tool_task\check | 
| Ad hoc queue checks. | |
| namespace | tool_task\privacy | 
| Privacy Subsystem implementation for tool_task. | |
| Classes | |
| class | behat_tool_task | 
| Behat step definitions for scheduled task administration.  More... | |
| class | tool_task\check\adhocqueue | 
| Ad hoc queue checks.  More... | |
| class | tool_task\check\cronrunning | 
| Cron running check.  More... | |
| class | tool_task\check\longrunningtasks | 
| Long running tasks 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 | 
| Checker class.  More... | |
| 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 = 2023100400 | |
| $plugin | component = 'tool_task' | 
| $plugin | version = 2023100900 | 
| tool_task_mtrace_wrapper | ( | string | $message, | 
| string | $eol ) | 
Function used to handle mtrace by outputting the text to normal browser window.
| string | $message | Message to output | 
| string | $eol | End of line character | 
| tool_task_status_checks | ( | ) | 
Add cron related service status checks.
| array | of check objects |