Function pauseRepairProcess
Show the not_done template to avoid CGI timeouts and similar. Called when 3 or more seconds have passed while searching for errors. If max_substep is set, $_GET['substep'] / $max_substep is the percent done this step is.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/RepairBoards.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/RepairBoards.php
array |
$to_fix |
An array of information about what to fix |
string |
$current_step_description |
The description of the current step |
integer |
$max_substep = 0 |
The maximum substep to reach before pausing |
boolean |
$force = false |
Whether to force pausing even if we don't really need to |