CMS  Version 3.9
test_background_process.inc File Reference

Go to the source code of this file.

Variables

if(!checkRole("admin")) if(! $process) else
 

Variable Documentation

◆ else

if (!checkRole("admin")) if (! $process) else
Initial value:
{
for($i = 0; $i < 100; $i += 10)
{
$process->setProgress("Running", "Testing", $i);
sleep(3);
}
$process->setProgress("Completed", "Test Completed", 100)
$process
Definition: run.php:54

Definition at line 17 of file test_background_process.inc.