-
FAQ
- Forum Search
- Community
- Online Manual
- Support Helpers of the Month
- Function Database
pauseRepairProcess
Description
Shows the not_done template to avoid CGI timeouts and similar.
Syntax
void pauseRepairProcess (void $to_fix[, int $max_substep])
Parameter $to_fix
Expected type: Void
Description: An array of one or more error keywords (see code for RepairBoards for exact options)
Parameter $max_substep
Expected type: Integer
Description: The maximum substep. Defaults to 0
Notes
- Called when 3 or more seconds have passed while searching for errors.
- If max_substep is set, $_GET['substep'] / $max_substep indicates the percentage of the process that has been completed.
- Each value in the array is a specific error string (zero_ids, missing_topics, etc.)
- There are too many possible values to list them and explain them all here. See code for exact options.
Advertisement:- Help | Terms and Rules | Go Up ▲
- Copyright © 2022 Simple Machines. All Rights Reserved.
- Page created in 0.121 seconds with 13 queries.
- Forum Search