Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes
file_progress.php File Reference

Simple interface for receiving progress during long-running file operations. More...

Classes

interface  file_progress
 

Detailed Description

Simple interface for receiving progress during long-running file operations.

In some cases progress can be reported precisely. In other cases, progress is indeterminate which means that the progress function is called periodically but without information on completion.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later