4 if (!checkRole(
"admin"))
15 echo
$process->run(
"/action/developer_tools/test_background_process");
19 for($i = 0; $i < 100; $i += 10)
21 $process->setProgress(
"Running",
"Testing", $i);
25 $process->setProgress(
"Completed",
"Test Completed", 100);
FakoliException is the base exception class for all Fakoli errors.
static using()
Import the datamodels, views and manifest for the specified component(s).
Provides a central management class for event handlers and common functionality for the process compo...